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