8 writes to RichTextShortcutsEnabled
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
104RichTextShortcutsEnabled = true;
System.Windows.Forms.Design (1)
System\ComponentModel\Design\MultilineStringEditor.MultilineStringEditorUI.cs (1)
43RichTextShortcutsEnabled = false;
System.Windows.Forms.Tests (6)
System\Windows\Forms\RichTextBoxTests.cs (6)
2406RichTextShortcutsEnabled = value 2412control.RichTextShortcutsEnabled = value; 2417control.RichTextShortcutsEnabled = !value; 2435control.RichTextShortcutsEnabled = value; 2443control.RichTextShortcutsEnabled = value; 2451control.RichTextShortcutsEnabled = !value;
8 references to RichTextShortcutsEnabled
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
2594if (!RichTextShortcutsEnabled)
System.Windows.Forms.Tests (7)
System\Windows\Forms\RichTextBoxTests.cs (7)
114Assert.True(control.RichTextShortcutsEnabled); 2408Assert.Equal(value, control.RichTextShortcutsEnabled); 2413Assert.Equal(value, control.RichTextShortcutsEnabled); 2418Assert.Equal(!value, control.RichTextShortcutsEnabled); 2436Assert.Equal(value, control.RichTextShortcutsEnabled); 2444Assert.Equal(value, control.RichTextShortcutsEnabled); 2452Assert.Equal(!value, control.RichTextShortcutsEnabled);