4 references to VerticallyScrollable
PresentationFramework (4)
System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (4)
83if (scrollHorizontally && !HorizontallyScrollable || scrollVertically && !VerticallyScrollable) 146if (scrollHorizontally && !HorizontallyScrollable || scrollVertically && !VerticallyScrollable) 192if (!VerticallyScrollable) { return ScrollPatternIdentifiers.NoScroll; } 241get { return VerticallyScrollable; }