File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Microsoft.Toolkit.Uwp.UI.Controls/ColorPicker Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments