5 implementations of VerticalViewSize
PresentationCore (1)
MS\Internal\Automation\ScrollProviderWrapper.cs (1)
93
public double
VerticalViewSize
PresentationFramework (1)
System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (1)
216
double IScrollProvider.
VerticalViewSize
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
392
double IScrollProvider.
VerticalViewSize
MS\Internal\AutomationProxies\WindowsListView.cs (1)
700
double IScrollProvider.
VerticalViewSize
MS\Internal\AutomationProxies\WindowsTab.cs (1)
604
double IScrollProvider.
VerticalViewSize
5 references to VerticalViewSize
PresentationCore (1)
MS\Internal\Automation\ScrollProviderWrapper.cs (1)
174
return _iface.
VerticalViewSize
;
PresentationFramework (3)
System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (3)
215
/// <see cref="IScrollProvider.
VerticalViewSize
"/>
312
if (AutomationGetViewSize(extentY, viewportY) != isp.
VerticalViewSize
)
317
isp.
VerticalViewSize
);
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\EventManager.cs (1)
288
RaisePropertyChangedEvent(el, ScrollPattern.VerticalViewSizeProperty, scroll.
VerticalViewSize
);