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