9 references to NoAmount
PresentationFramework (4)
System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (4)
79bool scrollHorizontally = (horizontalAmount != ScrollAmount.NoAmount); 80bool scrollVertically = (verticalAmount != ScrollAmount.NoAmount); 103case ScrollAmount.NoAmount: 123case ScrollAmount.NoAmount:
UIAutomationClient (2)
System\Windows\Automation\ScrollPattern.cs (2)
112UiaCoreApi.ScrollPattern_Scroll(_hPattern, amount, ScrollAmount.NoAmount); 121UiaCoreApi.ScrollPattern_Scroll(_hPattern, ScrollAmount.NoAmount, amount);
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsScroll.cs (1)
353if (amount == ScrollAmount.NoAmount)
MS\Internal\AutomationProxies\WindowsTab.cs (2)
459if (verticalAmount != ScrollAmount.NoAmount) 794if (amount == ScrollAmount.NoAmount)