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