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