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