6 references to ControlNotSupportedInTrimming
System.Windows.Forms (6)
System\Drawing\Design\UITypeEditor.cs (1)
70
throw new NotSupportedException(string.Format(SR.
ControlNotSupportedInTrimming
, nameof(UITypeEditor)));
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (3)
1041
throw new NotSupportedException(string.Format(SR.
ControlNotSupportedInTrimming
, nameof(ActiveXImpl)));
1441
throw new NotSupportedException(string.Format(SR.
ControlNotSupportedInTrimming
, nameof(ActiveXImpl)));
1495
throw new NotSupportedException(string.Format(SR.
ControlNotSupportedInTrimming
, nameof(ActiveXImpl)));
System\Windows\Forms\ImageIndexConverter.cs (1)
97
throw new NotSupportedException(string.Format(SR.
ControlNotSupportedInTrimming
, nameof(ImageIndexConverter)));
System\Windows\Forms\MDI\MDIWindowDialog.cs (1)
88
throw new NotSupportedException(string.Format(SR.
ControlNotSupportedInTrimming
, nameof(MdiWindowDialog)));