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