7 references to CFM_SIZE
System.Windows.Forms (2)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
2163if ((cf.dwMask & CFM_MASK.CFM_SIZE) != 0) 2718CFM_MASK dwMask = CFM_MASK.CFM_FACE | CFM_MASK.CFM_SIZE | CFM_MASK.CFM_BOLD |
System.Windows.Forms.Tests (5)
System\Windows\Forms\RichTextBoxTests.cs (5)
4712yield return new object[] { CFM_MASK.CFM_SIZE, 0, 200, arial, "Arial", 10, FontStyle.Regular }; 4713yield return new object[] { CFM_MASK.CFM_SIZE, 0, 250, arial, "Arial", 12.5f, FontStyle.Regular }; 4714yield return new object[] { CFM_MASK.CFM_SIZE | CFM_MASK.CFM_ALLCAPS, 0, 250, arial, "Arial", 12.5f, FontStyle.Regular }; 4770yield return new object[] { CFM_MASK.CFM_SIZE, -200, arial }; 4771yield return new object[] { CFM_MASK.CFM_SIZE, 0, arial };