2 references to ES_NOHIDESEL
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
410cp.Style |= PInvoke.ES_NOHIDESEL;
System.Windows.Forms.Tests (1)
System\Windows\Forms\ComboBox.ComboBoxUiaTextProviderTests.cs (1)
734Assert.NotEqual(0, ((int)actual & PInvoke.ES_NOHIDESEL));