4 references to VerticallyScrollable
PresentationFramework (4)
src\Framework\System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (4)
89if (scrollHorizontally && !HorizontallyScrollable || scrollVertically && !VerticallyScrollable) 152if (scrollHorizontally && !HorizontallyScrollable || scrollVertically && !VerticallyScrollable) 198if (!VerticallyScrollable) { return ScrollPatternIdentifiers.NoScroll; } 247get { return VerticallyScrollable; }