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.
4
4
5
5
using System ;
6
6
using System . Collections . Generic ;
@@ -18,7 +18,7 @@ public sealed class AttachedShadowElementContext
18
18
private Dictionary < string , object > _resources ;
19
19
20
20
/// <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.
22
22
/// </summary>
23
23
public bool IsInitialized { get ; private set ; }
24
24
@@ -28,7 +28,7 @@ public sealed class AttachedShadowElementContext
28
28
public AttachedShadowBase Parent { get ; private set ; }
29
29
30
30
/// <summary>
31
- /// Get the <see cref="FrameworkElement"/> this instance is attached to
31
+ /// Gets the <see cref="FrameworkElement"/> this instance is attached to
32
32
/// </summary>
33
33
public FrameworkElement Element { get ; private set ; }
34
34
@@ -43,12 +43,12 @@ public sealed class AttachedShadowElementContext
43
43
public Compositor Compositor { get ; private set ; }
44
44
45
45
/// <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
47
47
/// </summary>
48
48
public SpriteVisual SpriteVisual { get ; private set ; }
49
49
50
50
/// <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"/>
52
52
/// </summary>
53
53
public DropShadow Shadow { get ; private set ; }
54
54
0 commit comments