9 references to SmallIncrement
PresentationFramework (2)
System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (2)
96
case ScrollAmount.
SmallIncrement
:
116
case ScrollAmount.
SmallIncrement
:
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsScroll.cs (4)
329
ScrollAmount prevAmount = si.nPos > newPos ? ScrollAmount.SmallDecrement : ScrollAmount.
SmallIncrement
;
332
ScrollAmount amount = si.nPos > newPos ? ScrollAmount.SmallDecrement : ScrollAmount.
SmallIncrement
;
393
case ScrollAmount.
SmallIncrement
:
417
case ScrollAmount.
SmallIncrement
:
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (2)
174
amount = ScrollAmount.
SmallIncrement
;
533
case ScrollAmount.
SmallIncrement
:
MS\Internal\AutomationProxies\WindowsTab.cs (1)
830
case ScrollAmount.
SmallIncrement
: