4 references to HorizontallyScrollable
PresentationFramework (4)
src\Framework\System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (4)
89if (scrollHorizontally && !HorizontallyScrollable || scrollVertically && !VerticallyScrollable) 152if (scrollHorizontally && !HorizontallyScrollable || scrollVertically && !VerticallyScrollable) 184if (!HorizontallyScrollable) { return ScrollPatternIdentifiers.NoScroll; } 238get { return HorizontallyScrollable; }