2 writes to crTextColor
System.Windows.Forms (2)
winforms\Managed\System\WinForms\RichTextBox.cs (2)
1013
cf.
crTextColor
= ColorTranslator.ToWin32(value);
2240
cf.
crTextColor
= ColorTranslator.ToWin32(value);
2 references to crTextColor
System.Windows.Forms (2)
winforms\Managed\System\WinForms\RichTextBox.cs (2)
1004
selColor = ColorTranslator.FromOle(cf.
crTextColor
);
2233
&& ColorTranslator.ToWin32(value) == cf.
crTextColor
) {