10 references to OpenFormsInternal
System.Windows.Forms (10)
winforms\Managed\System\WinForms\Application.cs (7)
442
return
OpenFormsInternal
;
468
OpenFormsInternal
.Add(form);
478
OpenFormsInternal
.Remove(form);
677
foreach (Form f in
OpenFormsInternal
)
1126
foreach (Form f in
OpenFormsInternal
) {
1135
while (
OpenFormsInternal
.Count > 0) {
1136
OpenFormsInternal
[0].RaiseFormClosedOnAppExit(); // OnFormClosed removes the form from the FormCollection
winforms\Managed\System\WinForms\Form.cs (3)
2655
if (!Application.
OpenFormsInternal
.Contains(this)) {
5446
if (ownedForms[i] != null && !Application.
OpenFormsInternal
.Contains(ownedForms[i])) {
5487
if (ownedForms[i] != null && !Application.
OpenFormsInternal
.Contains(ownedForms[i])) {