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