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