2 references to TopMDIWindowClosing
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
1424get => GetExtendedState(ExtendedStates.TopMDIWindowClosing); 1425set => SetExtendedState(ExtendedStates.TopMDIWindowClosing, value);