5 references to RawNode
UIAutomationClient (5)
MS\Internal\Automation\ClientEventManager.cs (1)
144
ec.EventHandle = UiaCoreApi.UiaAddEvent(rawEl.
RawNode
, l.EventId.Id, ec.CallbackDelegate, l.TreeScope, PropertyArrayToIntArray(l.Properties), l.CacheRequest);
MS\Internal\Automation\ClientSideQueueItem.cs (1)
66
UiaCoreApi.UiaCacheResponse response = UiaCoreApi.UiaGetUpdatedCache(_srcEl.
RawNode
, _request, UiaCoreApi.NormalizeState.View, null);
System\Windows\Automation\ItemContainerPattern.cs (2)
109
hNode = UiaCoreApi.ItemContainerPattern_FindItemByProperty(_hPattern, startAfter.
RawNode
, property.Id, value);
111
hNode = UiaCoreApi.ItemContainerPattern_FindItemByProperty(_hPattern, startAfter.
RawNode
, 0, null);
System\Windows\Automation\TextPattern.cs (1)
216
SafeTextRangeHandle hTextRange = UiaCoreApi.TextPattern_RangeFromChild(_hPattern, childElement.
RawNode
);