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