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