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