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