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)
31if (value is MdiClient client && _owner._ctlClient is null) 33if (!_owner.TopLevel && !_owner.DesignMode) 38_owner.AutoScroll = false; 39if (_owner.IsMdiChild) 44_owner._ctlClient = client; 55_owner._ctlClient?.SendToBack(); 63if (value == _owner._ctlClient) 65_owner._ctlClient = null;