5 implementations of VerticallyScrollable
PresentationCore (1)
MS\Internal\Automation\ScrollProviderWrapper.cs (1)
109public bool VerticallyScrollable
PresentationFramework (1)
System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (1)
239bool IScrollProvider.VerticallyScrollable
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
410bool IScrollProvider.VerticallyScrollable
MS\Internal\AutomationProxies\WindowsListView.cs (1)
720bool IScrollProvider.VerticallyScrollable
MS\Internal\AutomationProxies\WindowsTab.cs (1)
622bool IScrollProvider.VerticallyScrollable
4 references to VerticallyScrollable
PresentationCore (1)
MS\Internal\Automation\ScrollProviderWrapper.cs (1)
184return _iface.VerticallyScrollable;
PresentationFramework (3)
System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (3)
238/// <see cref="IScrollProvider.VerticallyScrollable"/> 298if (AutomationIsScrollable(extentY, viewportY) != isp.VerticallyScrollable) 303isp.VerticallyScrollable);