1 write to IsClosing
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Form.cs (1)
7086
IsClosing
= true;
3 references to IsClosing
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Form.cs (3)
3113
if (FormerlyActiveMdiChild != null && !FormerlyActiveMdiChild.
IsClosing
) {
3731
if (!activeMdiChild.
IsClosing
) {
7092
mdiChild.IsTopMdiWindowClosing =
IsClosing
;