3 references to IsPatternSupported
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (2)
288if (provider != null && provider.IsPatternSupported(SelectionItemPattern.Pattern)) 307if (provider != null && (pattern==null || provider.IsPatternSupported(pattern)))
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
900if(IsPatternSupported(pattern))