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