5 references to CtrlJ
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)
166
(int)Shortcut.CtrlDel, (int)Shortcut.ShiftDel, (int)Shortcut.ShiftIns, (int)Shortcut.
CtrlJ
203
or ((int)Shortcut.
CtrlJ
)) // align justified
System.Windows.Forms.Tests (2)
TextBoxBaseTests.cs (2)
5823
yield return new object[] { shortcutsEnabled, readOnly, (Keys)Shortcut.
CtrlJ
, !shortcutsEnabled || readOnly };
5835
yield return new object[] { shortcutsEnabled, readOnly, (Keys)Shortcut.
CtrlJ
| Keys.Shift, !shortcutsEnabled };