5 implementations of VerticalScrollPercent
PresentationCore (1)
MS\Internal\Automation\ScrollProviderWrapper.cs (1)
77
public double
VerticalScrollPercent
PresentationFramework (1)
System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (1)
188
double IScrollProvider.
VerticalScrollPercent
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
374
double IScrollProvider.
VerticalScrollPercent
MS\Internal\AutomationProxies\WindowsListView.cs (1)
680
double IScrollProvider.
VerticalScrollPercent
MS\Internal\AutomationProxies\WindowsTab.cs (1)
547
double IScrollProvider.
VerticalScrollPercent
6 references to VerticalScrollPercent
PresentationCore (1)
MS\Internal\Automation\ScrollProviderWrapper.cs (1)
164
return _iface.
VerticalScrollPercent
;
PresentationFramework (3)
System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (3)
187
/// <see cref="IScrollProvider.
VerticalScrollPercent
"/>
326
if (AutomationGetScrollPercent(extentY, viewportY, offsetY) != isp.
VerticalScrollPercent
)
331
isp.
VerticalScrollPercent
);
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\EventManager.cs (2)
417
if (scroll == null || scroll.
VerticalScrollPercent
== ScrollPattern.NoScroll)
420
RaisePropertyChangedEvent(el, ScrollPattern.VerticalScrollPercentProperty, scroll.
VerticalScrollPercent
);