2 references to ES_UPPERCASE
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
272
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);