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