17 writes to Parent
System.Windows.Forms (16)
winforms\Managed\System\WinForms\Application.cs (3)
1326cp.Parent = cxt.GetParkingWindow(dpiAwarenessContext).Handle; 4068cp.Parent = (IntPtr)NativeMethods.HWND_MESSAGE; 4121cp.Parent = (IntPtr)NativeMethods.HWND_MESSAGE;
winforms\Managed\System\WinForms\Control.cs (3)
1882cp.Parent = parent == null ? IntPtr.Zero : parent.InternalHandle; 1886cp.Parent = IntPtr.Zero; 1900cp.Parent = ActiveXHWNDParent;
winforms\Managed\System\WinForms\DataGridToolTip.cs (1)
43cparams.Parent = dataGrid.Handle;
winforms\Managed\System\WinForms\ErrorProvider.cs (2)
954cparams.Parent = parent.Handle; 963cparams.Parent = Handle;
winforms\Managed\System\WinForms\Form.cs (2)
1014cp.Parent = Control.GetSafeHandle(dialogOwner); 7816cp.Parent = owner.Handle;
winforms\Managed\System\WinForms\PropertyGridInternal\GridToolTip.cs (1)
112cp.Parent = IntPtr.Zero;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
5503cp.Parent = gridView.ParentInternal.Handle;
winforms\Managed\System\WinForms\StatusBar.cs (1)
1683cp.Parent = IntPtr.Zero;
winforms\Managed\System\WinForms\Timer.cs (1)
333cp.Parent = (IntPtr)NativeMethods.HWND_MESSAGE;
winforms\Managed\System\WinForms\ToolTip.cs (1)
243cp.Parent = TopLevelControl.Handle;
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerWidgets.cs (1)
2289createParams.Parent = this.parentHandle;
4 references to Parent
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Control.cs (2)
1899if (cp.Parent == IntPtr.Zero && IsActiveX) { 5820if (cp.Parent == IntPtr.Zero && (cp.Style & NativeMethods.WS_CHILD) != 0) {
winforms\Managed\System\WinForms\NativeWindow.cs (2)
715|| cp.Parent == IntPtr.Zero) { 764cp.Caption, cp.Style, cp.X, cp.Y, cp.Width, cp.Height, new HandleRef(cp, cp.Parent), NativeMethods.NullHandleRef,