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