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