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