4 implementations of SetCurrentView
PresentationCore (1)
MS\Internal\Automation\MultipleViewProviderWrapper.cs (1)
62public void SetCurrentView( int viewID )
PresentationFramework (2)
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (1)
429void IMultipleViewProvider.SetCurrentView(int viewId)
System\Windows\Automation\Peers\FlowDocumentReaderAutomationPeer.cs (1)
229void IMultipleViewProvider.SetCurrentView(int viewId)
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
830void IMultipleViewProvider.SetCurrentView (int viewID)
2 references to SetCurrentView
PresentationCore (1)
MS\Internal\Automation\MultipleViewProviderWrapper.cs (1)
113_iface.SetCurrentView( (int) arg );
PresentationFramework (1)
System\Windows\Automation\Peers\FlowDocumentReaderAutomationPeer.cs (1)
227/// <see cref="IMultipleViewProvider.SetCurrentView"/>