diff --git a/xml/System.Windows.Controls.Primitives/RangeBase.xml b/xml/System.Windows.Controls.Primitives/RangeBase.xml index 21e6a6fef03..4ef076b784a 100644 --- a/xml/System.Windows.Controls.Primitives/RangeBase.xml +++ b/xml/System.Windows.Controls.Primitives/RangeBase.xml @@ -120,7 +120,7 @@ When the user clicks the of a , the property increases or decreases by the value of . - When the user invokes the or commands on a , the of the slider changes by the value of . + When the user clicks the of a , the of the slider increases or decreases by the value of if is `false`. When the user invokes the or commands, the of the slider changes by the value of . The does not use this property. diff --git a/xml/System.Windows.Controls/Slider.xml b/xml/System.Windows.Controls/Slider.xml index 004e9010a5b..de35818e7b1 100644 --- a/xml/System.Windows.Controls/Slider.xml +++ b/xml/System.Windows.Controls/Slider.xml @@ -874,7 +874,7 @@ away from the , the moves in the direction of the mouse click. Instead of moving immediately to the mouse click location, the moves a distance that is defined by the property for each mouse click. + When this property is set to `false` and a mouse click occurs along the away from the , the moves in the direction of the mouse click. Instead of moving immediately to the mouse click location, the moves a distance that is defined by the property for each mouse click. The effect of multiple mouse clicks can be emulated by pressing and holding the left mouse button until the is repositioned to the desired location.