1- // ------------------------------------------------------
2- // Copyright (C) Microsoft. All rights reserved .
3- // ------------------------------------------------------
1+ // Licensed to the .NET Foundation under one or more agreements.
2+ // The .NET Foundation licenses this file to you under the MIT license .
3+ // See the LICENSE file in the project root for more information.
44
55using System ;
66using System . Collections . Generic ;
@@ -18,7 +18,7 @@ public sealed class AttachedShadowElementContext
1818 private Dictionary < string , object > _resources ;
1919
2020 /// <summary>
21- /// Gets whether or not this <see cref="AttachedShadowElementContext"/> has been initialized.
21+ /// Gets a value indicating whether or not this <see cref="AttachedShadowElementContext"/> has been initialized.
2222 /// </summary>
2323 public bool IsInitialized { get ; private set ; }
2424
@@ -28,7 +28,7 @@ public sealed class AttachedShadowElementContext
2828 public AttachedShadowBase Parent { get ; private set ; }
2929
3030 /// <summary>
31- /// Get the <see cref="FrameworkElement"/> this instance is attached to
31+ /// Gets the <see cref="FrameworkElement"/> this instance is attached to
3232 /// </summary>
3333 public FrameworkElement Element { get ; private set ; }
3434
@@ -43,12 +43,12 @@ public sealed class AttachedShadowElementContext
4343 public Compositor Compositor { get ; private set ; }
4444
4545 /// <summary>
46- /// Get the <see cref="SpriteVisual"/> that contains the <see cref="DropShadow">shadow</see> for this instance
46+ /// Gets the <see cref="SpriteVisual"/> that contains the <see cref="DropShadow">shadow</see> for this instance
4747 /// </summary>
4848 public SpriteVisual SpriteVisual { get ; private set ; }
4949
5050 /// <summary>
51- /// Get the <see cref="DropShadow"/> that is rendered on this instance's <see cref="Element"/>
51+ /// Gets the <see cref="DropShadow"/> that is rendered on this instance's <see cref="Element"/>
5252 /// </summary>
5353 public DropShadow Shadow { get ; private set ; }
5454
0 commit comments