5 references to GetAncestor
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Application.cs (1)
3697
IntPtr hwndRoot = UnsafeNativeMethods.
GetAncestor
(new HandleRef(null, msg.hwnd), NativeMethods.GA_ROOT);
winforms\Managed\System\WinForms\Control.cs (1)
6409
handle = UnsafeNativeMethods.
GetAncestor
(new HandleRef(null, handle), NativeMethods.GA_PARENT);
winforms\Managed\System\WinForms\Control.Ime.cs (1)
426
focusHandle = UnsafeNativeMethods.
GetAncestor
(new HandleRef(null, focusHandle), NativeMethods.GA_ROOT);
winforms\Managed\System\WinForms\ToolTip.cs (1)
357
IntPtr rootHwnd =UnsafeNativeMethods.
GetAncestor
(new HandleRef(window, window.Handle), NativeMethods.GA_ROOT);
winforms\Managed\System\WinForms\WinFormsUtils.cs (1)
288
IntPtr rootHwnd = UnsafeNativeMethods.
GetAncestor
(new HandleRef(hwnd, hwnd.Handle), NativeMethods.GA_ROOT);