5 implementations of VerticalScrollPercent
PresentationCore (1)
MS\Internal\Automation\ScrollProviderWrapper.cs (1)
78
public double
VerticalScrollPercent
PresentationFramework (1)
System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (1)
189
double IScrollProvider.
VerticalScrollPercent
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
375
double IScrollProvider.
VerticalScrollPercent
MS\Internal\AutomationProxies\WindowsListView.cs (1)
681
double IScrollProvider.
VerticalScrollPercent
MS\Internal\AutomationProxies\WindowsTab.cs (1)
548
double IScrollProvider.
VerticalScrollPercent
6 references to VerticalScrollPercent
PresentationCore (1)
MS\Internal\Automation\ScrollProviderWrapper.cs (1)
165
return _iface.
VerticalScrollPercent
;
PresentationFramework (3)
System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (3)
188
/// <see cref="IScrollProvider.
VerticalScrollPercent
"/>
327
if (AutomationGetScrollPercent(extentY, viewportY, offsetY) != isp.
VerticalScrollPercent
)
332
isp.
VerticalScrollPercent
);
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\EventManager.cs (2)
418
if (scroll == null || scroll.
VerticalScrollPercent
== ScrollPattern.NoScroll)
421
RaisePropertyChangedEvent(el, ScrollPattern.VerticalScrollPercentProperty, scroll.
VerticalScrollPercent
);