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