Base:
4 references to ToString
System.Drawing.Common (2)
System\Drawing\SystemBrushes.cs (1)
57
throw new ArgumentException(SR.Format(SR.ColorNotSystemColor, c.
ToString
()));
System\Drawing\SystemPens.cs (1)
58
throw new ArgumentException(SR.Format(SR.ColorNotSystemColor, c.
ToString
()));
System.Windows.Forms.Design (2)
System\Drawing\Design\ColorEditor.ColorPalette.ColorPaletteAccessibleObject.ColorCellAccessibleObject.cs (2)
47
public override string Name => _color.
ToString
();
67
public override string Value => _color.
ToString
();