4 references to TextParseFailedFormat
System.ComponentModel.TypeConverter (4)
System\Drawing\PointConverter.cs (1)
54throw new ArgumentException(SR.Format(SR.TextParseFailedFormat, text, "x, y"));
System\Drawing\RectangleConverter.cs (1)
50throw new ArgumentException(SR.Format(SR.TextParseFailedFormat, text, "x, y, width, height"));
System\Drawing\SizeConverter.cs (1)
50throw new ArgumentException(SR.Format(SR.TextParseFailedFormat, text, "Width,Height"));
System\Drawing\SizeFConverter.cs (1)
49throw new ArgumentException(SR.Format(SR.TextParseFailedFormat, text, "Width,Height"));