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