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