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