3 implementations of GetWindow
System.Windows.Forms (3)
winforms\Managed\System\WinForms\AccessibleObject.cs (2)
2152int UnsafeNativeMethods.IOleWindow.GetWindow(out IntPtr hwnd) { 3261int UnsafeNativeMethods.IOleWindow.GetWindow(out IntPtr hwnd) {
winforms\Managed\System\WinForms\Control.cs (1)
15720int UnsafeNativeMethods.IOleWindow.GetWindow(out IntPtr hwnd) {
3 references to GetWindow
System.Windows.Forms (3)
winforms\Managed\System\WinForms\AccessibleObject.cs (3)
2155return systemIOleWindow.GetWindow(out hwnd); 2161return (parent as UnsafeNativeMethods.IOleWindow).GetWindow(out hwnd); 3263return publicIOleWindow.GetWindow(out hwnd);