4 references to VerticallyScrollable
PresentationFramework (4)
System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (4)
92if (scrollHorizontally && !HorizontallyScrollable || scrollVertically && !VerticallyScrollable) 155if (scrollHorizontally && !HorizontallyScrollable || scrollVertically && !VerticallyScrollable) 201if (!VerticallyScrollable) { return ScrollPatternIdentifiers.NoScroll; } 250get { return VerticallyScrollable; }