3 references to LookupById
UIAutomationClient (1)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
69AutomationPattern pattern = AutomationPattern.LookupById(patternId);
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
489AutomationPattern pattern = AutomationPattern.LookupById(patternId);
MS\Internal\AutomationProxies\ProxySimple.cs (1)
495AutomationPattern iid = AutomationPattern.LookupById(patternId);