5 implementations of VerticallyScrollable
PresentationCore (1)
MS\Internal\Automation\ScrollProviderWrapper.cs (1)
110public bool VerticallyScrollable
PresentationFramework (1)
System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (1)
240bool IScrollProvider.VerticallyScrollable
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
411bool IScrollProvider.VerticallyScrollable
MS\Internal\AutomationProxies\WindowsListView.cs (1)
721bool IScrollProvider.VerticallyScrollable
MS\Internal\AutomationProxies\WindowsTab.cs (1)
623bool IScrollProvider.VerticallyScrollable
4 references to VerticallyScrollable
PresentationCore (1)
MS\Internal\Automation\ScrollProviderWrapper.cs (1)
185return _iface.VerticallyScrollable;
PresentationFramework (3)
System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (3)
239/// <see cref="IScrollProvider.VerticallyScrollable"/> 299if (AutomationIsScrollable(extentY, viewportY) != isp.VerticallyScrollable) 304isp.VerticallyScrollable);