2 references to ShowDialogOnDisabled
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
5475
throw new InvalidOperationException(string.Format(SR.
ShowDialogOnDisabled
, nameof(Show)));
5669
throw new InvalidOperationException(string.Format(SR.
ShowDialogOnDisabled
, nameof(ShowDialog)));