6 writes to Owner
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Form.cs (6)
2255Owner = null; 3155ownedForm.Owner = this; // NOTE: this calls AddOwnedForm again with correct owner set. 5572ownedForm.Owner = null; // NOTE: this will call RemoveOwnedForm again, bypassing if. 6103Owner = (Form)owner; 6182Owner = (Form)owner; 6258Owner = oldOwner;