3 writes to _runtimeId
UIAutomationClient (3)
System\Windows\Automation\AutomationElement.cs (3)
45
_runtimeId
= LookupCachedValue(AutomationElement.RuntimeIdProperty, false, true) as int[];
392
_runtimeId
= val;
403
_runtimeId
= UiaCoreApi.UiaGetRuntimeId(_hnode);
4 references to _runtimeId
UIAutomationClient (4)
System\Windows\Automation\AutomationElement.cs (4)
381
if (
_runtimeId
!= null)
382
return
_runtimeId
;
393
return
_runtimeId
;
404
return
_runtimeId
;