3 references to MdiParent
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (3)
6498
if (WindowState == FormWindowState.Maximized &&
MdiParent
?.MdiControlStrip is not null)
6500
MdiParent
.MdiControlStrip.updateIcon();
6779
else if (e.Cancel && (
MdiParent
is not null))