11 references to ES_LEFT
System.Windows.Forms (2)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
317cp.Style |= PInvoke.ES_LEFT;
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
294cp.Style |= PInvoke.ES_LEFT;
System.Windows.Forms.Primitives.Tests (7)
System\Windows\Forms\Automation\UiaTextProviderTests.cs (3)
20| (WINDOW_STYLE)(PInvoke.ES_MULTILINE | PInvoke.ES_LEFT | PInvoke.ES_AUTOHSCROLL | PInvoke.ES_AUTOVSCROLL)); 34| (WINDOW_STYLE)(PInvoke.ES_LEFT | PInvoke.ES_AUTOHSCROLL | PInvoke.ES_AUTOVSCROLL)); 47| (WINDOW_STYLE)(PInvoke.ES_MULTILINE | PInvoke.ES_LEFT | PInvoke.ES_AUTOHSCROLL | PInvoke.ES_AUTOVSCROLL));
System\Windows\Forms\Automation\UiaTextRangeTests.cs (4)
533providerMock.Setup(m => m.WindowStyle).Returns(PInvoke.ES_LEFT); 1120[InlineData(PInvoke.ES_LEFT, (int)HorizontalTextAlignment.Left)] 1134[InlineData((PInvoke.ES_UPPERCASE | PInvoke.ES_LEFT | PInvoke.ES_MULTILINE | PInvoke.ES_READONLY | PInvoke.ES_AUTOHSCROLL), (int)CapStyle.AllCap)] 1135[InlineData((PInvoke.ES_LOWERCASE | PInvoke.ES_LEFT | PInvoke.ES_MULTILINE | PInvoke.ES_READONLY | PInvoke.ES_AUTOHSCROLL), (int)CapStyle.None)]
System.Windows.Forms.Tests (2)
System\Windows\Forms\ComboBox.ComboBoxUiaTextProviderTests.cs (1)
752Assert.Equal(PInvoke.ES_LEFT, (int)actual);
System\Windows\Forms\TextBoxBase.TextBoxBaseUiaTextProviderTests.cs (1)
607Assert.Equal(PInvoke.ES_LEFT, (int)actual);