2 references to GW_OWNER
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsButton.cs (1)
627
hwndParent = Misc.GetWindow(hwndRoot, NativeMethods.
GW_OWNER
);
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
685
if (IntPtr.Zero != Misc.GetWindow(hwnd, NativeMethods.
GW_OWNER
))