3 references to FormatPlainTextAsHtml
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
1595FormatPlainTextAsHtml(formattedValue.ToString(), new StringWriter(sb, CultureInfo.CurrentCulture));
winforms\Managed\System\WinForms\DataGridViewColumnHeaderCell.cs (1)
172FormatPlainTextAsHtml(val.ToString(), new StringWriter(sb, CultureInfo.CurrentCulture));
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (1)
246FormatPlainTextAsHtml(val.ToString(), new StringWriter(sb, CultureInfo.CurrentCulture));