Base:
property
ParentInternal
System.Windows.Forms.Control.ParentInternal
2 writes to ParentInternal
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Form.cs (2)
1913
ParentInternal
= null;
1933
ParentInternal
= value.MdiClient;
9 references to ParentInternal
System.Windows.Forms (9)
winforms\Managed\System\WinForms\Control.cs (2)
5685
if (lastOwner.
ParentInternal
!= null) {
5686
CheckParentingCycle(lastOwner.
ParentInternal
, toFind);
winforms\Managed\System\WinForms\Form.cs (7)
713
Control toLayout = DesignMode ||
ParentInternal
== null ? this :
ParentInternal
;
1899
if (value == formMdiParent && (value != null ||
ParentInternal
== null)) {
1941
if (
ParentInternal
.IsHandleCreated && IsMdiChild && IsHandleCreated) {
2710
if (
ParentInternal
!= null &&
ParentInternal
.Visible) {
5916
&&
ParentInternal
== null) {