1 write to _hnode
UIAutomationClient (1)
System\Windows\Automation\AutomationElement.cs (1)
49_hnode = hnode; // Can be IntPtr.Zero for a lightweight object
11 references to _hnode
UIAutomationClient (11)
System\Windows\Automation\AutomationElement.cs (11)
413_runtimeId = UiaCoreApi.UiaGetRuntimeId(_hnode); 518UiaCoreApi.UiaGetPropertyValue(_hnode, property.Id, out value); 595hpatternobj = UiaCoreApi.UiaGetPatternProvider(_hnode, pattern.Id); 747UiaCoreApi.UiaCacheResponse response = UiaCoreApi.UiaGetUpdatedCache(_hnode, cacheRequest, UiaCoreApi.NormalizeState.None, null); 865UiaCoreApi.UiaSetFocus(_hnode); 1121if (_hnode == null || _hnode.IsInvalid) 1139UiaCoreApi.UiaCacheResponse response = UiaCoreApi.UiaNavigate(_hnode, direction, condition, cacheRequest); 1154UiaCoreApi.UiaCacheResponse response = UiaCoreApi.UiaGetUpdatedCache(_hnode, cacheRequest, UiaCoreApi.NormalizeState.Custom, condition); 1205return _hnode; 1328UiaCoreApi.UiaCacheResponse[] retVal = UiaCoreApi.UiaFind(_hnode, findParams, condition, request);