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