1 write to ownedWindows
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Form.cs (1)
7762
this.
ownedWindows
= new List<HandleRef>();
6 references to ownedWindows
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Form.cs (6)
7760
if (this.
ownedWindows
== null)
7764
this.
ownedWindows
.Add(hRef);
7772
if (this.
ownedWindows
!= null)
7774
foreach (HandleRef hRef in this.
ownedWindows
)
7784
if (this.
ownedWindows
!= null)
7786
foreach (HandleRef hRef in this.
ownedWindows
)