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