4 references to CFM_BOLD
System.Windows.Forms (2)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
2173
if ((cf.dwMask & CFM_MASK.
CFM_BOLD
) != 0 && (cf.dwEffects & CFE_EFFECTS.CFE_BOLD) != 0)
2718
CFM_MASK dwMask = CFM_MASK.CFM_FACE | CFM_MASK.CFM_SIZE | CFM_MASK.
CFM_BOLD
|
System.Windows.Forms.Tests (2)
System\Windows\Forms\RichTextBoxTests.cs (2)
4716
yield return new object[] { CFM_MASK.
CFM_BOLD
, CFE_EFFECTS.CFE_BOLD, 0, arial, "Arial", 13, FontStyle.Bold };
4717
yield return new object[] { CFM_MASK.
CFM_BOLD
, CFE_EFFECTS.CFE_BOLD | CFE_EFFECTS.CFE_ALLCAPS, 0, arial, "Arial", 13, FontStyle.Bold };