4 references to LookupCachedValue
UIAutomationClient (4)
System\Windows\Automation\AutomationElement.cs (4)
63_runtimeId = LookupCachedValue(AutomationElement.RuntimeIdProperty, false, true) as int[]; 397int [] val = LookupCachedValue(AutomationElement.RuntimeIdProperty, false, true) as int[]; 696object val = LookupCachedValue(property, true, true); 758object obj = LookupCachedValue(pattern, false, false);