6 references to hideSelection
System.Windows.Forms (6)
winforms\Managed\System\WinForms\TextBoxBase.cs (6)
53private static readonly int multiline = BitVector32.CreateMask(hideSelection); 119textBoxFlags[autoSize | hideSelection | wordWrap | shortcutsEnabled] = true; 493if (!textBoxFlags[hideSelection]) cp.Style |= NativeMethods.ES_NOHIDESEL; 615return textBoxFlags[hideSelection]; 619if (textBoxFlags[hideSelection] != value) { 620textBoxFlags[hideSelection] = value;