6 references to s_hideSelection
System.Windows.Forms (6)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (6)
33
private static readonly int s_multiline = BitVector32.CreateMask(
s_hideSelection
);
105
_textBoxFlags[s_autoSize |
s_hideSelection
| s_wordWrap | s_shortcutsEnabled] = true;
436
if (!_textBoxFlags[
s_hideSelection
])
550
get => _textBoxFlags[
s_hideSelection
];
554
if (_textBoxFlags[
s_hideSelection
] != value)
556
_textBoxFlags[
s_hideSelection
] = value;