4 implementations of SetCurrentView
PresentationCore (1)
MS\Internal\Automation\MultipleViewProviderWrapper.cs (1)
62
public void
SetCurrentView
( int viewID )
PresentationFramework (2)
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (1)
429
void IMultipleViewProvider.
SetCurrentView
(int viewId)
System\Windows\Automation\Peers\FlowDocumentReaderAutomationPeer.cs (1)
229
void IMultipleViewProvider.
SetCurrentView
(int viewId)
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
830
void 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
"/>