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