6 references to ES_RIGHT
System.Windows.Forms (2)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
323cp.Style |= PInvoke.ES_RIGHT;
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
300cp.Style |= PInvoke.ES_RIGHT;
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Automation\UiaTextRange.cs (1)
899: ((int)windowStyle & PInvoke.ES_RIGHT) != 0
System.Windows.Forms.Primitives.Tests (1)
System\Windows\Forms\Automation\UiaTextRangeTests.cs (1)
1121[InlineData(PInvoke.ES_RIGHT, (int)HorizontalTextAlignment.Right)]
System.Windows.Forms.Tests (2)
System\Windows\Forms\ComboBox.ComboBoxUiaTextProviderTests.cs (1)
733Assert.Equal(0, ((int)actual & PInvoke.ES_RIGHT));
System\Windows\Forms\TextBoxBase.TextBoxBaseUiaTextProviderTests.cs (1)
595Assert.Equal(0, ((int)actual & PInvoke.ES_RIGHT));