9 references to NoAmount
PresentationFramework (4)
System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (4)
78
bool scrollHorizontally = (horizontalAmount != ScrollAmount.
NoAmount
);
79
bool scrollVertically = (verticalAmount != ScrollAmount.
NoAmount
);
102
case ScrollAmount.
NoAmount
:
122
case ScrollAmount.
NoAmount
:
UIAutomationClient (2)
System\Windows\Automation\ScrollPattern.cs (2)
111
UiaCoreApi.ScrollPattern_Scroll(_hPattern, amount, ScrollAmount.
NoAmount
);
120
UiaCoreApi.ScrollPattern_Scroll(_hPattern, ScrollAmount.
NoAmount
, amount);
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsScroll.cs (1)
352
if (amount == ScrollAmount.
NoAmount
)
MS\Internal\AutomationProxies\WindowsTab.cs (2)
458
if (verticalAmount != ScrollAmount.
NoAmount
)
793
if (amount == ScrollAmount.
NoAmount
)