2 writes to IsTopMdiWindowClosing
System.Windows.Forms (1)
System\Windows\Forms\Form.cs (1)
6780
mdiChild.
IsTopMdiWindowClosing
= IsClosing;
System.Windows.Forms.Tests (1)
System\Windows\Forms\ControlTests.Internals.cs (1)
30
IsTopMdiWindowClosing
= expected
2 references to IsTopMdiWindowClosing
System.Windows.Forms (1)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
477
if (_activeControl?.Parent is not null && !_activeControl.Parent.
IsTopMdiWindowClosing
)
System.Windows.Forms.Tests (1)
System\Windows\Forms\ControlTests.Internals.cs (1)
33
Assert.Equal(expected, control.
IsTopMdiWindowClosing
);