7 references to ES_MULTILINE
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
433cp.Style |= PInvoke.ES_MULTILINE;
System.Windows.Forms.Primitives.Tests (6)
System\Windows\Forms\Automation\UiaTextProviderTests.cs (4)
20| (WINDOW_STYLE)(PInvoke.ES_MULTILINE | PInvoke.ES_LEFT | PInvoke.ES_AUTOHSCROLL | PInvoke.ES_AUTOVSCROLL)); 24Assert.NotEqual(0, ((int)actual & PInvoke.ES_MULTILINE)); 38Assert.Equal(0, ((int)actual & PInvoke.ES_MULTILINE)); 47| (WINDOW_STYLE)(PInvoke.ES_MULTILINE | PInvoke.ES_LEFT | PInvoke.ES_AUTOHSCROLL | PInvoke.ES_AUTOVSCROLL));
System\Windows\Forms\Automation\UiaTextRangeTests.cs (2)
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)]