1 write to ShortcutsEnabled
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripTextBox.cs (1)
467
set { TextBox.
ShortcutsEnabled
= value; }
6 references to ShortcutsEnabled
System.Windows.Forms (6)
winforms\Managed\System\WinForms\RichTextBox.cs (1)
4026
if (cm == null || owner.
ShortcutsEnabled
== false)
winforms\Managed\System\WinForms\TextBox.cs (1)
715
&& this.
ShortcutsEnabled
&& (keyData == (Keys.Control | Keys.A))) {
winforms\Managed\System\WinForms\TextBoxBase.cs (3)
205
/// Implements the <see cref='System.Windows.Forms.TextBoxBase.
ShortcutsEnabled
'/> property.
213
if (this.
ShortcutsEnabled
== false) {
2305
if (
ShortcutsEnabled
) {
winforms\Managed\System\WinForms\ToolStripTextBox.cs (1)
466
get { return TextBox.
ShortcutsEnabled
; }