1 write to _owner
System.Windows.Forms (1)
System\Windows\Forms\Form.ControlCollection.cs (1)
23
_owner
= owner;
9 references to _owner
System.Windows.Forms (9)
System\Windows\Forms\Form.ControlCollection.cs (9)
31
if (value is MdiClient client &&
_owner
._ctlClient is null)
33
if (!
_owner
.TopLevel && !
_owner
.DesignMode)
38
_owner
.AutoScroll = false;
39
if (
_owner
.IsMdiChild)
44
_owner
._ctlClient = client;
55
_owner
._ctlClient?.SendToBack();
63
if (value ==
_owner
._ctlClient)
65
_owner
._ctlClient = null;