14 writes to Parent
System.Windows.Forms (13)
System\Windows\Forms\Application.cs (1)
1252
cp.
Parent
= threadContext.GetParkingWindow(dpiAwarenessContext).Handle;
System\Windows\Forms\Application.MarshallingControl.cs (1)
32
cp.
Parent
= HWND.HWND_MESSAGE;
System\Windows\Forms\Application.ParkingWindow.cs (1)
38
cp.
Parent
= HWND.HWND_MESSAGE;
System\Windows\Forms\Control.cs (3)
1419
cp.
Parent
= _parent is null ? IntPtr.Zero : _parent.InternalHandle;
1424
cp.
Parent
= IntPtr.Zero;
1448
cp.
Parent
= ActiveXHWNDParent;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridToolTip.cs (1)
87
Parent
= IntPtr.Zero,
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (1)
77
cp.
Parent
= _gridView.ParentInternal.Handle;
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (2)
100
Parent
= _parent.Handle
113
Parent
= Handle,
System\Windows\Forms\Form.cs (1)
778
cp.
Parent
= GetSafeHandle(dialogOwner).Handle;
System\Windows\Forms\Timer.cs (1)
224
Parent
= HWND.HWND_MESSAGE
System\Windows\Forms\ToolTip\ToolTip.cs (1)
198
cp.
Parent
= TopLevelControl.Handle;
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.FlyoutDialog.cs (1)
69
cp.
Parent
= _parentControl.Handle;
3 references to Parent
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (2)
1446
if (cp.
Parent
== IntPtr.Zero && IsActiveX)
4598
if (cp.
Parent
== IntPtr.Zero && (cp.Style & (int)WINDOW_STYLE.WS_CHILD) != 0)
System\Windows\Forms\NativeWindow.cs (1)
448
(HWND)cp.
Parent
,