1 write to IsTopMdiWindowClosing
System.Windows.Forms (1)
System\Windows\Forms\Form.cs (1)
6689mdiChild.IsTopMdiWindowClosing = IsClosing;
1 reference to IsTopMdiWindowClosing
System.Windows.Forms (1)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
478if (_activeControl?.Parent is not null && !_activeControl.Parent.IsTopMdiWindowClosing)