5 implementations of HorizontallyScrollable
PresentationCore (1)
MS\Internal\Automation\ScrollProviderWrapper.cs (1)
102public bool HorizontallyScrollable
PresentationFramework (1)
System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (1)
231bool IScrollProvider.HorizontallyScrollable
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
402bool IScrollProvider.HorizontallyScrollable
MS\Internal\AutomationProxies\WindowsListView.cs (1)
711bool IScrollProvider.HorizontallyScrollable
MS\Internal\AutomationProxies\WindowsTab.cs (1)
614bool IScrollProvider.HorizontallyScrollable
5 references to HorizontallyScrollable
PresentationCore (1)
MS\Internal\Automation\ScrollProviderWrapper.cs (1)
180return _iface.HorizontallyScrollable;
PresentationFramework (3)
System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (3)
230/// <see cref="IScrollProvider.HorizontallyScrollable"/> 292if (AutomationIsScrollable(extentX, viewportX) != isp.HorizontallyScrollable) 297isp.HorizontallyScrollable);
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsTab.cs (1)
159return ((IScrollProvider)this).HorizontallyScrollable;