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