4 references to UiaHUiaNodeFromVariant
UIAutomationClient (4)
MS\Internal\Automation\Schema.cs (2)
184SafeNodeHandle hnode = UiaCoreApi.UiaHUiaNodeFromVariant(value); 201SafeNodeHandle hnode = UiaCoreApi.UiaHUiaNodeFromVariant(objArr[i]);
MS\Internal\Automation\UiaCoreApi.cs (1)
217SafeNodeHandle safeHandle = UiaHUiaNodeFromVariant(val);
System\Windows\Automation\Text\TextRange.cs (1)
410SafeNodeHandle hnode = UiaCoreApi.UiaHUiaNodeFromVariant(rawChildren[i]);