4 implementations of GetSupportedViews
PresentationCore (1)
MS\Internal\Automation\MultipleViewProviderWrapper.cs (1)
75
public int []
GetSupportedViews
()
PresentationFramework (2)
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (1)
395
int[] IMultipleViewProvider.
GetSupportedViews
()
System\Windows\Automation\Peers\FlowDocumentReaderAutomationPeer.cs (1)
248
int[] IMultipleViewProvider.
GetSupportedViews
()
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
847
int [] IMultipleViewProvider.
GetSupportedViews
()
2 references to GetSupportedViews
PresentationCore (1)
MS\Internal\Automation\MultipleViewProviderWrapper.cs (1)
124
return _iface.
GetSupportedViews
();
PresentationFramework (1)
System\Windows\Automation\Peers\FlowDocumentReaderAutomationPeer.cs (1)
246
/// <see cref="IMultipleViewProvider.
GetSupportedViews
"/>