Base:
method
ToString
System.ValueType.ToString()
7 references to ToString
System.Drawing (2)
commonui\System\Drawing\SystemBrushes.cs (1)
368throw new ArgumentException(SR.GetString(SR.ColorNotSystemColor, c.ToString()));
commonui\System\Drawing\SystemPens.cs (1)
368throw new ArgumentException(SR.GetString(SR.ColorNotSystemColor, c.ToString()));
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ColorDialog.cs (1)
341return s + ", Color: " + Color.ToString();
winforms\Managed\System\WinForms\DataGridViewCellStyle.cs (4)
823sb.Append(" BackColor=" + this.BackColor.ToString()); 832sb.Append(" ForeColor=" + this.ForeColor.ToString()); 841sb.Append(" SelectionBackColor=" + this.SelectionBackColor.ToString()); 850sb.Append(" SelectionForeColor=" + this.SelectionForeColor.ToString());