4 references to TextParseFailedFormat
System.ComponentModel.TypeConverter (4)
System\Drawing\PointConverter.cs (1)
43
throw new ArgumentException(SR.Format(SR.
TextParseFailedFormat
, text.ToString(), $"x{sep} y"));
System\Drawing\RectangleConverter.cs (1)
43
throw new ArgumentException(SR.Format(SR.
TextParseFailedFormat
, text.ToString(), $"x{sep} y{sep} width{sep} height"));
System\Drawing\SizeConverter.cs (1)
43
throw new ArgumentException(SR.Format(SR.
TextParseFailedFormat
, text.ToString(), $"Width{sep} Height"));
System\Drawing\SizeFConverter.cs (1)
43
throw new ArgumentException(SR.Format(SR.
TextParseFailedFormat
, text.ToString(), $"Width{sep} Height"));