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