3 references to ES_UPPERCASE
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
281
cp.Style |= PInvoke.
ES_UPPERCASE
;
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Automation\UiaTextRange.cs (1)
879
=> (int)(((int)windowStyle & PInvoke.
ES_UPPERCASE
) != 0 ? CapStyle.AllCap : CapStyle.None);
System.Windows.Forms.Primitives.Tests (1)
System\Windows\Forms\Automation\UiaTextRangeTests.cs (1)
1134
[InlineData((PInvoke.
ES_UPPERCASE
| PInvoke.ES_LEFT | PInvoke.ES_MULTILINE | PInvoke.ES_READONLY | PInvoke.ES_AUTOHSCROLL), (int)CapStyle.AllCap)]