1 write to _hnode
UIAutomationClient (1)
System\Windows\Automation\AutomationElement.cs (1)
57_hnode = hnode; // Can be IntPtr.Zero for a lightweight object
11 references to _hnode
UIAutomationClient (11)
System\Windows\Automation\AutomationElement.cs (11)
411_runtimeId = UiaCoreApi.UiaGetRuntimeId(_hnode); 536UiaCoreApi.UiaGetPropertyValue(_hnode, property.Id, out value); 623hpatternobj = UiaCoreApi.UiaGetPatternProvider(_hnode, pattern.Id); 795UiaCoreApi.UiaCacheResponse response = UiaCoreApi.UiaGetUpdatedCache(_hnode, cacheRequest, UiaCoreApi.NormalizeState.None, null); 928UiaCoreApi.UiaSetFocus(_hnode); 1205if (_hnode == null || _hnode.IsInvalid) 1223UiaCoreApi.UiaCacheResponse response = UiaCoreApi.UiaNavigate(_hnode, direction, condition, cacheRequest); 1238UiaCoreApi.UiaCacheResponse response = UiaCoreApi.UiaGetUpdatedCache(_hnode, cacheRequest, UiaCoreApi.NormalizeState.Custom, condition); 1289return _hnode; 1412UiaCoreApi.UiaCacheResponse[] retVal = UiaCoreApi.UiaFind(_hnode, findParams, condition, request);