5 implementations of VerticalViewSize
PresentationCore (1)
MS\Internal\Automation\ScrollProviderWrapper.cs (1)
94
public double
VerticalViewSize
PresentationFramework (1)
System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (1)
217
double IScrollProvider.
VerticalViewSize
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
393
double IScrollProvider.
VerticalViewSize
MS\Internal\AutomationProxies\WindowsListView.cs (1)
701
double IScrollProvider.
VerticalViewSize
MS\Internal\AutomationProxies\WindowsTab.cs (1)
605
double IScrollProvider.
VerticalViewSize
5 references to VerticalViewSize
PresentationCore (1)
MS\Internal\Automation\ScrollProviderWrapper.cs (1)
175
return _iface.
VerticalViewSize
;
PresentationFramework (3)
System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (3)
216
/// <see cref="IScrollProvider.
VerticalViewSize
"/>
313
if (AutomationGetViewSize(extentY, viewportY) != isp.
VerticalViewSize
)
318
isp.
VerticalViewSize
);
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\EventManager.cs (1)
289
RaisePropertyChangedEvent(el, ScrollPattern.VerticalViewSizeProperty, scroll.
VerticalViewSize
);