3 references to ES_RIGHT
System.Windows.Forms (2)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
323
cp.Style |= PInvoke.
ES_RIGHT
;
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
291
cp.Style |= PInvoke.
ES_RIGHT
;
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Automation\UiaTextRange.cs (1)
899
: ((int)windowStyle & PInvoke.
ES_RIGHT
) != 0