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