4 references to VerticallyScrollable
PresentationFramework (4)
System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (4)
84if (scrollHorizontally && !HorizontallyScrollable || scrollVertically && !VerticallyScrollable) 147if (scrollHorizontally && !HorizontallyScrollable || scrollVertically && !VerticallyScrollable) 193if (!VerticallyScrollable) { return ScrollPatternIdentifiers.NoScroll; } 242get { return VerticallyScrollable; }