3 references to CtrlY
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
165
(int)Shortcut.CtrlE, (int)Shortcut.
CtrlY
, (int)Keys.Control + (int)Keys.Back,
System.Windows.Forms.Tests (2)
TextBoxBaseTests.cs (2)
5819
yield return new object[] { shortcutsEnabled, readOnly, (Keys)Shortcut.
CtrlY
, !shortcutsEnabled };
5833
yield return new object[] { shortcutsEnabled, readOnly, (Keys)Shortcut.
CtrlY
| Keys.Shift, !shortcutsEnabled };