10 references to SmallDecrement
PresentationFramework (2)
System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (2)
94case ScrollAmount.SmallDecrement: 114case ScrollAmount.SmallDecrement:
UIAutomationClientSideProviders (8)
MS\Internal\AutomationProxies\WindowsScroll.cs (4)
330ScrollAmount prevAmount = si.nPos > newPos ? ScrollAmount.SmallDecrement : ScrollAmount.SmallIncrement; 333ScrollAmount amount = si.nPos > newPos ? ScrollAmount.SmallDecrement : ScrollAmount.SmallIncrement; 386case ScrollAmount.SmallDecrement : 410case ScrollAmount.SmallDecrement :
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (3)
158ScrollAmount amount = ScrollAmount.SmallDecrement; 163amount = ScrollAmount.SmallDecrement; 526case ScrollAmount.SmallDecrement :
MS\Internal\AutomationProxies\WindowsTab.cs (1)
827case ScrollAmount.SmallDecrement :