2 references to ShowDialogOnNonTopLevel
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
5383
throw new InvalidOperationException(string.Format(SR.
ShowDialogOnNonTopLevel
, nameof(Show)));
5577
throw new InvalidOperationException(string.Format(SR.
ShowDialogOnNonTopLevel
, nameof(ShowDialog)));