7 references to CFM_COLOR
System.Windows.Forms (4)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (4)
849if ((cf.dwMask & CFM_MASK.CFM_COLOR) != 0) 860cf.dwMask = CFM_MASK.CFM_COLOR; 2107if ((cf.dwMask & CFM_MASK.CFM_COLOR) != 0 2113cf.dwMask = CFM_MASK.CFM_COLOR;
System.Windows.Forms.Tests (3)
System\Windows\Forms\RichTextBoxTests.cs (3)
4515yield return new object[] { CFM_MASK.CFM_COLOR, 0x785634, Color.FromArgb(0xFF, 0x34, 0x56, 0x78) }; 4516yield return new object[] { CFM_MASK.CFM_COLOR, 0x78563412, Color.FromArgb(0xFF, 0x12, 0x34, 0x56) }; 4517yield return new object[] { CFM_MASK.CFM_COLOR, 0, Color.Black };