3 writes to _runtimeId
UIAutomationClient (3)
System\Windows\Automation\AutomationElement.cs (3)
63
_runtimeId
= LookupCachedValue(AutomationElement.RuntimeIdProperty, false, true) as int[];
400
_runtimeId
= val;
411
_runtimeId
= UiaCoreApi.UiaGetRuntimeId(_hnode);
4 references to _runtimeId
UIAutomationClient (4)
System\Windows\Automation\AutomationElement.cs (4)
389
if (
_runtimeId
!= null)
390
return
_runtimeId
;
401
return
_runtimeId
;
412
return
_runtimeId
;