3 references to _children
System.Windows.Forms (3)
System\Windows\Forms\MDI\MDIClient.ControlCollection.cs (2)
54
_owner.
_children
.Add(form);
65
_owner.
_children
.Remove(form);
System\Windows\Forms\MDI\MDIClient.cs (1)
129
return [..
_children
];