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