Skip to content

Commit 4efb60c

Browse files
committed
Fix comments
1 parent eb28b0f commit 4efb60c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Microsoft.Toolkit.Uwp.UI.Controls/ColorPicker/ColorPickerSlider.Properties.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace Microsoft.Toolkit.Uwp.UI.Controls.Primitives
1414
public partial class ColorPickerSlider : Slider
1515
{
1616
/// <summary>
17-
/// Identifies the <see cref=""/> dependency property.
17+
/// Identifies the <see cref="Color"/> dependency property.
1818
/// </summary>
1919
public static readonly DependencyProperty ColorProperty =
2020
DependencyProperty.Register(
@@ -124,7 +124,7 @@ public Brush DefaultForeground
124124
}
125125

126126
/// <summary>
127-
/// Identifies the <see cref=""/> dependency property.
127+
/// Identifies the <see cref="HsvColor"/> dependency property.
128128
/// </summary>
129129
public static readonly DependencyProperty HsvColorProperty =
130130
DependencyProperty.Register(

0 commit comments

Comments
 (0)