6 references to CFM_BACKCOLOR
System.Windows.Forms (2)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
890else if ((cf2.dwMask & CFM_MASK.CFM_BACKCOLOR) != 0) 920cf2.dwMask = CFM_MASK.CFM_BACKCOLOR;
System.Windows.Forms.Tests (4)
System\Windows\Forms\RichTextBoxTests.cs (4)
3843yield return new object[] { CFM_MASK.CFM_BACKCOLOR, 0, 0x78563412, Color.FromArgb(0xFF, 0x12, 0x34, 0x56) }; 3844yield return new object[] { CFM_MASK.CFM_BACKCOLOR, 0, 0x785634, Color.FromArgb(0xFF, 0x34, 0x56, 0x78) }; 3845yield return new object[] { CFM_MASK.CFM_BACKCOLOR | CFM_MASK.CFM_ANIMATION, 0, 0x78563412, Color.FromArgb(0xFF, 0x12, 0x34, 0x56) }; 3846yield return new object[] { CFM_MASK.CFM_BACKCOLOR, CFE_EFFECTS.CFE_AUTOBACKCOLOR, 0x78563412, Color.Red };