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