2 writes to crTextColor
System.Windows.Forms (2)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
862cf.crTextColor = ColorTranslator.ToWin32(value); 2115cf.crTextColor = ColorTranslator.ToWin32(value);
2 references to crTextColor
System.Windows.Forms (2)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
851selColor = ColorTranslator.FromOle(cf.crTextColor); 2108&& ColorTranslator.ToWin32(value) == cf.crTextColor)