10 implementations of SmallChange
PresentationCore (1)
MS\Internal\Automation\RangeValueProviderWrapper.cs (1)
102public double SmallChange
PresentationFramework (2)
System\Windows\Automation\Peers\ProgressBarAutomationPeer.cs (1)
70double IRangeValueProvider.SmallChange
System\Windows\Automation\Peers\RangeBaseAutomationPeer.cs (1)
123double IRangeValueProvider.SmallChange
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
421double IRangeValueProvider.SmallChange
MS\Internal\AutomationProxies\WindowsProgressbar.cs (1)
122double IRangeValueProvider.SmallChange
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
383double IRangeValueProvider.SmallChange
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
216double IRangeValueProvider.SmallChange
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
236double IRangeValueProvider.SmallChange
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
262double IRangeValueProvider.SmallChange
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
363double IRangeValueProvider.SmallChange
3 references to SmallChange
PresentationCore (1)
MS\Internal\Automation\RangeValueProviderWrapper.cs (1)
169return _iface.SmallChange;
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
240return ((IRangeValueProvider)_elUpDown).SmallChange;
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
367return ((IRangeValueProvider)_elUpDown).SmallChange;