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