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)
214SafeNodeHandle safeHandle = UiaHUiaNodeFromVariant(val);
System\Windows\Automation\Text\TextRange.cs (1)
407SafeNodeHandle hnode = UiaCoreApi.UiaHUiaNodeFromVariant(rawChildren[i]);