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