4 references to shortcutsEnabled
System.Windows.Forms (4)
winforms\Managed\System\WinForms\TextBoxBase.cs (4)
61private static readonly int scrollToCaretOnHandleCreated = BitVector32.CreateMask(shortcutsEnabled); 119textBoxFlags[autoSize | hideSelection | wordWrap | shortcutsEnabled] = true; 190return textBoxFlags[shortcutsEnabled]; 199textBoxFlags[shortcutsEnabled] = value;