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