3 references to FormatPlainText
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
1629FormatPlainText(formattedValue.ToString(), csv, new StringWriter(sb, CultureInfo.CurrentCulture), ref escapeApplied);
winforms\Managed\System\WinForms\DataGridViewColumnHeaderCell.cs (1)
200FormatPlainText(val.ToString(), csv, new StringWriter(sb, CultureInfo.CurrentCulture), ref escapeApplied);
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (1)
275FormatPlainText(val.ToString(), csv, new StringWriter(sb, CultureInfo.CurrentCulture), ref escapeApplied);