4 references to LookupCachedValue
UIAutomationClient (4)
System\Windows\Automation\AutomationElement.cs (4)
45_runtimeId = LookupCachedValue(AutomationElement.RuntimeIdProperty, false, true) as int[]; 389int [] val = LookupCachedValue(AutomationElement.RuntimeIdProperty, false, true) as int[]; 645object val = LookupCachedValue(property, true, true); 697object obj = LookupCachedValue(pattern, false, false);