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