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