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