4 references to s_shortcutsEnabled
System.Windows.Forms (4)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (4)
40
private static readonly int s_scrollToCaretOnHandleCreated = BitVector32.CreateMask(
s_shortcutsEnabled
);
94
_textBoxFlags[s_autoSize | s_hideSelection | s_wordWrap |
s_shortcutsEnabled
] = true;
157
return _textBoxFlags[
s_shortcutsEnabled
];
169
_textBoxFlags[
s_shortcutsEnabled
] = value;