10 references to SmallDecrement
PresentationFramework (2)
System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (2)
93case ScrollAmount.SmallDecrement: 113case ScrollAmount.SmallDecrement:
UIAutomationClientSideProviders (8)
MS\Internal\AutomationProxies\WindowsScroll.cs (4)
329ScrollAmount prevAmount = si.nPos > newPos ? ScrollAmount.SmallDecrement : ScrollAmount.SmallIncrement; 332ScrollAmount amount = si.nPos > newPos ? ScrollAmount.SmallDecrement : ScrollAmount.SmallIncrement; 385case ScrollAmount.SmallDecrement : 409case ScrollAmount.SmallDecrement :
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (3)
157ScrollAmount amount = ScrollAmount.SmallDecrement; 162amount = ScrollAmount.SmallDecrement; 525case ScrollAmount.SmallDecrement :
MS\Internal\AutomationProxies\WindowsTab.cs (1)
826case ScrollAmount.SmallDecrement :