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)
2408RichTextShortcutsEnabled = value 2414control.RichTextShortcutsEnabled = value; 2419control.RichTextShortcutsEnabled = !value; 2437control.RichTextShortcutsEnabled = value; 2445control.RichTextShortcutsEnabled = value; 2453control.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)
116Assert.True(control.RichTextShortcutsEnabled); 2410Assert.Equal(value, control.RichTextShortcutsEnabled); 2415Assert.Equal(value, control.RichTextShortcutsEnabled); 2420Assert.Equal(!value, control.RichTextShortcutsEnabled); 2438Assert.Equal(value, control.RichTextShortcutsEnabled); 2446Assert.Equal(value, control.RichTextShortcutsEnabled); 2454Assert.Equal(!value, control.RichTextShortcutsEnabled);