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