2 references to ShiftIns
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
166
(int)Shortcut.CtrlDel, (int)Shortcut.ShiftDel, (int)Shortcut.
ShiftIns
, (int)Shortcut.CtrlJ
System.Windows.Forms.Tests (1)
TextBoxBaseTests.cs (1)
5822
yield return new object[] { shortcutsEnabled, readOnly, (Keys)Shortcut.
ShiftIns
, !shortcutsEnabled };