4 references to ES_CENTER
System.Windows.Forms (2)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
320
cp.Style |= PInvoke.
ES_CENTER
;
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
297
cp.Style |= PInvoke.
ES_CENTER
;
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Automation\UiaTextRange.cs (1)
897
=> (int)(((int)windowStyle & PInvoke.
ES_CENTER
) != 0
System.Windows.Forms.Primitives.Tests (1)
System\Windows\Forms\Automation\UiaTextRangeTests.cs (1)
1119
[InlineData(PInvoke.
ES_CENTER
, (int)HorizontalTextAlignment.Centered)]