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