7 references to CFE_ALLCAPS
System.Windows.Forms.Tests (7)
System\Windows\Forms\RichTextBoxTests.cs (7)
3842
yield return new object[] { 0, CFE_EFFECTS.CFE_AUTOBACKCOLOR | CFE_EFFECTS.
CFE_ALLCAPS
, 0x78563412, Color.Red };
4717
yield return new object[] { CFM_MASK.CFM_BOLD, CFE_EFFECTS.CFE_BOLD | CFE_EFFECTS.
CFE_ALLCAPS
, 0, arial, "Arial", 13, FontStyle.Bold };
4720
yield return new object[] { CFM_MASK.CFM_ITALIC, CFE_EFFECTS.CFE_ITALIC | CFE_EFFECTS.
CFE_ALLCAPS
, 0, arial, "Arial", 13, FontStyle.Italic };
4729
yield return new object[] { CFM_MASK.CFM_ALLCAPS, CFE_EFFECTS.CFE_BOLD | CFE_EFFECTS.
CFE_ALLCAPS
, 0, arial, "Arial", 13, FontStyle.Regular };
5633
yield return new object[] { 0, CFE_EFFECTS.CFE_PROTECTED | CFE_EFFECTS.
CFE_ALLCAPS
, false };
5636
yield return new object[] { CFM_MASK.CFM_PROTECTED, CFE_EFFECTS.CFE_PROTECTED | CFE_EFFECTS.
CFE_ALLCAPS
, true };
5637
yield return new object[] { CFM_MASK.CFM_PROTECTED, CFE_EFFECTS.
CFE_ALLCAPS
, false };