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