2 references to CFE_AUTOBACKCOLOR
System.Windows.Forms (2)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
886
if ((cf2.dwEffects & CFE_EFFECTS.
CFE_AUTOBACKCOLOR
) != 0)
916
cf2.dwEffects = CFE_EFFECTS.
CFE_AUTOBACKCOLOR
;