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