5 implementations of HorizontallyScrollable
PresentationCore (1)
MS\Internal\Automation\ScrollProviderWrapper.cs (1)
101public bool HorizontallyScrollable
PresentationFramework (1)
System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (1)
230bool IScrollProvider.HorizontallyScrollable
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
401bool IScrollProvider.HorizontallyScrollable
MS\Internal\AutomationProxies\WindowsListView.cs (1)
710bool IScrollProvider.HorizontallyScrollable
MS\Internal\AutomationProxies\WindowsTab.cs (1)
613bool IScrollProvider.HorizontallyScrollable
5 references to HorizontallyScrollable
PresentationCore (1)
MS\Internal\Automation\ScrollProviderWrapper.cs (1)
179return _iface.HorizontallyScrollable;
PresentationFramework (3)
System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (3)
229/// <see cref="IScrollProvider.HorizontallyScrollable"/> 291if (AutomationIsScrollable(extentX, viewportX) != isp.HorizontallyScrollable) 296isp.HorizontallyScrollable);
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsTab.cs (1)
158return ((IScrollProvider)this).HorizontallyScrollable;