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