1 write to _hnode
UIAutomationClient (1)
System\Windows\Automation\AutomationElement.cs (1)
40
_hnode
= hnode; // Can be IntPtr.Zero for a lightweight object
11 references to _hnode
UIAutomationClient (11)
System\Windows\Automation\AutomationElement.cs (11)
404
_runtimeId = UiaCoreApi.UiaGetRuntimeId(
_hnode
);
506
UiaCoreApi.UiaGetPropertyValue(
_hnode
, property.Id, out value);
583
hpatternobj = UiaCoreApi.UiaGetPatternProvider(
_hnode
, pattern.Id);
735
UiaCoreApi.UiaCacheResponse response = UiaCoreApi.UiaGetUpdatedCache(
_hnode
, cacheRequest, UiaCoreApi.NormalizeState.None, null);
853
UiaCoreApi.UiaSetFocus(
_hnode
);
1103
if (
_hnode
== null ||
_hnode
.IsInvalid)
1121
UiaCoreApi.UiaCacheResponse response = UiaCoreApi.UiaNavigate(
_hnode
, direction, condition, cacheRequest);
1136
UiaCoreApi.UiaCacheResponse response = UiaCoreApi.UiaGetUpdatedCache(
_hnode
, cacheRequest, UiaCoreApi.NormalizeState.Custom, condition);
1187
return
_hnode
;
1312
UiaCoreApi.UiaCacheResponse[] retVal = UiaCoreApi.UiaFind(
_hnode
, findParams, condition, request);