13 references to CFM_ALLCAPS
System.Windows.Forms.Tests (13)
System\Windows\Forms\RichTextBoxTests.cs (13)
3847
yield return new object[] { CFM_MASK.
CFM_ALLCAPS
, 0, 0x78563412, Color.Empty };
4325
yield return new object[] { CFM_MASK.CFM_OFFSET | CFM_MASK.
CFM_ALLCAPS
, -900, -60 };
4327
yield return new object[] { CFM_MASK.
CFM_ALLCAPS
, 0, 0 };
4328
yield return new object[] { CFM_MASK.
CFM_ALLCAPS
, 900, 60 };
4329
yield return new object[] { CFM_MASK.
CFM_ALLCAPS
, 30000, 2000 };
4330
yield return new object[] { CFM_MASK.
CFM_ALLCAPS
, 60000, 4000 };
4331
yield return new object[] { CFM_MASK.
CFM_ALLCAPS
, -900, -60 };
4714
yield return new object[] { CFM_MASK.CFM_SIZE | CFM_MASK.
CFM_ALLCAPS
, 0, 250, arial, "Arial", 12.5f, FontStyle.Regular };
4728
yield return new object[] { CFM_MASK.
CFM_ALLCAPS
, CFE_EFFECTS.CFE_BOLD, 0, arial, "Arial", 13, FontStyle.Regular };
4729
yield return new object[] { CFM_MASK.
CFM_ALLCAPS
, CFE_EFFECTS.CFE_BOLD | CFE_EFFECTS.CFE_ALLCAPS, 0, arial, "Arial", 13, FontStyle.Regular };
5638
yield return new object[] { CFM_MASK.
CFM_ALLCAPS
, CFE_EFFECTS.CFE_PROTECTED, false };
10203
yield return new object[] { CFM_MASK.
CFM_ALLCAPS
, (IntPtr)1, 1 };
10205
yield return new object[] { CFM_MASK.CFM_PROTECTED | CFM_MASK.
CFM_ALLCAPS
, IntPtr.Zero, 0 };