From 3e1c69b7f8bcc6dc2cbbbf7b359e1905b4a946c3 Mon Sep 17 00:00:00 2001 From: Hugo Date: Tue, 5 May 2026 22:20:26 +0100 Subject: [PATCH 1/3] Update Slider.IsMoveToPointEnabled documentation to correct reference Update property reference from SmallChange to LargeChange --- xml/System.Windows.Controls/Slider.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. From a41f02489d202be240f877c5c6ef3e03f5000f80 Mon Sep 17 00:00:00 2001 From: Hugo Date: Tue, 5 May 2026 22:33:07 +0100 Subject: [PATCH 2/3] Update RangeBase documentation to clarify LargeChange property usage --- xml/System.Windows.Controls.Primitives/RangeBase.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Windows.Controls.Primitives/RangeBase.xml b/xml/System.Windows.Controls.Primitives/RangeBase.xml index 21e6a6fef03..9eed2ad0c55 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 or invokes the or commands on a , the of the slider changes by the value of . The does not use this property. From 62b542f3cab3ebd9fe2dcbc5e18f3be73263062a Mon Sep 17 00:00:00 2001 From: Hugo Date: Tue, 5 May 2026 23:10:56 +0100 Subject: [PATCH 3/3] Clarify how LargeChange is used when clicking the Slider Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- xml/System.Windows.Controls.Primitives/RangeBase.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Windows.Controls.Primitives/RangeBase.xml b/xml/System.Windows.Controls.Primitives/RangeBase.xml index 9eed2ad0c55..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 clicks the or 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.