9 references to SmallIncrement
PresentationFramework (2)
System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (2)
97
case ScrollAmount.
SmallIncrement
:
117
case ScrollAmount.
SmallIncrement
:
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsScroll.cs (4)
330
ScrollAmount prevAmount = si.nPos > newPos ? ScrollAmount.SmallDecrement : ScrollAmount.
SmallIncrement
;
333
ScrollAmount amount = si.nPos > newPos ? ScrollAmount.SmallDecrement : ScrollAmount.
SmallIncrement
;
394
case ScrollAmount.
SmallIncrement
:
418
case ScrollAmount.
SmallIncrement
:
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (2)
175
amount = ScrollAmount.
SmallIncrement
;
534
case ScrollAmount.
SmallIncrement
:
MS\Internal\AutomationProxies\WindowsTab.cs (1)
831
case ScrollAmount.
SmallIncrement
: