1 write to owner
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Form.cs (1)
7694this.owner = owner;
10 references to owner
System.Windows.Forms (10)
winforms\Managed\System\WinForms\Form.cs (10)
7703if (value is MdiClient && owner.ctlClient == null) { 7704if (!owner.TopLevel && !owner.DesignMode) { 7707owner.AutoScroll = false; 7708if (owner.IsMdiChild) { 7711owner.ctlClient = (MdiClient)value; 7722if (owner.ctlClient != null) { 7723owner.ctlClient.SendToBack(); 7733if (value == owner.ctlClient) { 7734owner.ctlClient = null;