5 references to CtrlE
System.Windows.Forms (3)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
545
s_shortcutsToDisable ??= [(int)Shortcut.CtrlL, (int)Shortcut.CtrlR, (int)Shortcut.
CtrlE
, (int)Shortcut.CtrlJ];
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (2)
165
(int)Shortcut.
CtrlE
, (int)Shortcut.CtrlY, (int)Keys.Control + (int)Keys.Back,
202
or ((int)Shortcut.
CtrlE
) // align center
System.Windows.Forms.Tests (2)
TextBoxBaseTests.cs (2)
5818
yield return new object[] { shortcutsEnabled, readOnly, (Keys)Shortcut.
CtrlE
, !shortcutsEnabled || readOnly };
5832
yield return new object[] { shortcutsEnabled, readOnly, (Keys)Shortcut.
CtrlE
| Keys.Shift, !shortcutsEnabled };