5 implementations of Scroll
PresentationCore (1)
MS\Internal\Automation\ScrollProviderWrapper.cs (1)
60public void Scroll( ScrollAmount horizontalAmount, ScrollAmount verticalAmount )
PresentationFramework (1)
System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (1)
74void IScrollProvider.Scroll(ScrollAmount horizontalAmount, ScrollAmount verticalAmount)
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
360void IScrollProvider.Scroll (ScrollAmount horizontalAmount, ScrollAmount verticalAmount)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
601void IScrollProvider.Scroll (ScrollAmount horizontalAmount, ScrollAmount verticalAmount)
MS\Internal\AutomationProxies\WindowsTab.cs (1)
446void IScrollProvider.Scroll (ScrollAmount horizontalAmount, ScrollAmount verticalAmount)
2 references to Scroll
PresentationCore (1)
MS\Internal\Automation\ScrollProviderWrapper.cs (1)
147_iface.Scroll( args[ 0 ], args[ 1 ] );
PresentationFramework (1)
System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (1)
73/// <see cref="IScrollProvider.Scroll"/>