7 references to SetParent
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Application.cs (1)
4187
UnsafeNativeMethods.
SetParent
(handle, new HandleRef(this, Handle));
winforms\Managed\System\WinForms\Control.cs (5)
8405
UnsafeNativeMethods.
SetParent
(new HandleRef(this, this.Handle), new HandleRef(parent, parent.Handle));
11036
UnsafeNativeMethods.
SetParent
(new HandleRef(this, this.Handle), parentHandle);
12002
UnsafeNativeMethods.
SetParent
(new HandleRef(window, Handle), new HandleRef(null, value));
12014
UnsafeNativeMethods.
SetParent
(new HandleRef(window, Handle), new HandleRef(null, IntPtr.Zero));
17105
UnsafeNativeMethods.
SetParent
(new HandleRef(control, control.Handle), new HandleRef(null, hwndParent));
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
837
UnsafeNativeMethods.
SetParent
(new HandleRef(null, hwnd), new HandleRef(this, this.Handle));