1 write to IsClosing
System.Windows.Forms (1)
System\Windows\Forms\Form.cs (1)
6680
IsClosing
= true;
3 references to IsClosing
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (3)
2777
if (FormerlyActiveMdiChild is not null && !FormerlyActiveMdiChild.
IsClosing
)
3385
if (!activeMdiChild.
IsClosing
)
6689
mdiChild.IsTopMdiWindowClosing =
IsClosing
;