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