5 references to NoScroll
PresentationFramework (5)
System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (5)
142
bool scrollHorizontally = (horizontalPercent != (double)ScrollPatternIdentifiers.
NoScroll
);
143
bool scrollVertically = (verticalPercent != (double)ScrollPatternIdentifiers.
NoScroll
);
179
if (!HorizontallyScrollable) { return ScrollPatternIdentifiers.
NoScroll
; }
193
if (!VerticallyScrollable) { return ScrollPatternIdentifiers.
NoScroll
; }
252
if (!AutomationIsScrollable(extent, viewport)) { return ScrollPatternIdentifiers.
NoScroll
; }