4 references to LookupCachedValue
UIAutomationClient (4)
System\Windows\Automation\AutomationElement.cs (4)
46_runtimeId = LookupCachedValue(AutomationElement.RuntimeIdProperty, false, true) as int[]; 390int [] val = LookupCachedValue(AutomationElement.RuntimeIdProperty, false, true) as int[]; 646object val = LookupCachedValue(property, true, true); 698object obj = LookupCachedValue(pattern, false, false);