9 references to SetParent
System.Windows.Forms (7)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
855
if (PInvoke.
SetParent
(_control, hwndParent).IsNull)
System\Windows\Forms\Application.ParkingWindow.cs (1)
114
PInvoke.
SetParent
(handle, (IHandle<HWND>)this);
System\Windows\Forms\Control.cs (4)
7063
if (PInvoke.
SetParent
(this, parent).IsNull)
9334
if (PInvoke.
SetParent
(this, parentHandle) == IntPtr.Zero)
10285
if (PInvoke.
SetParent
(this, value).IsNull)
10303
if (PInvoke.
SetParent
(this, HWND.Null).IsNull)
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
777
PInvoke.
SetParent
(hwnd, this);
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DesignerFrame.cs (1)
406
PInvoke.
SetParent
(control, this);
System.Windows.Forms.Primitives (1)
Windows\Win32\PInvoke.SetParent.cs (1)
13
HWND result =
SetParent
(hWndChild.Handle, hWndNewParent.Handle);