2 writes to crTextColor
System.Windows.Forms (2)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
898cf.crTextColor = ColorTranslator.ToWin32(value); 2151cf.crTextColor = ColorTranslator.ToWin32(value);
2 references to crTextColor
System.Windows.Forms (2)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
887selColor = ColorTranslator.FromOle(cf.crTextColor); 2144&& ColorTranslator.ToWin32(value) == cf.crTextColor)