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