3 references to IsPatternSupported
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (2)
279if (provider != null && provider.IsPatternSupported(SelectionItemPattern.Pattern)) 298if (provider != null && (pattern==null || provider.IsPatternSupported(pattern)))
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
878if(IsPatternSupported(pattern))