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