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