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