8 references to S
Accessibility_Core_App (1)
Menu_Toolbars_controls.Designer.cs (1)
190
saveToolStripMenuItem.ShortcutKeys = Keys.Control | Keys.
S
;
System.Windows.Forms (2)
System\Windows\Forms\Shortcut.cs (2)
109
CtrlS = Keys.Control + Keys.
S
,
239
CtrlShiftS = Keys.Control + Keys.Shift + Keys.
S
,
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (1)
30
Keys.Right, Keys.
S
, Keys.Space, Keys.T, Keys.Tab, Keys.U, Keys.Up, Keys.V, Keys.W, Keys.X, Keys.Y, Keys.Z
System\Windows\Forms\Design\StandardMenuStripVerb.cs (1)
90
[/*File*/Keys.None, /*New*/Keys.Control | Keys.N, /*Open*/Keys.Control | Keys.O, /*Separator*/ Keys.None, /*Save*/ Keys.Control | Keys.
S
, /*SaveAs*/Keys.None, Keys.None, /*Print*/ Keys.Control | Keys.P, /*PrintPreview*/ Keys.None, /*Separator*/Keys.None, /*Exit*/ Keys.None],
System.Windows.Forms.Tests (3)
System\Windows\Forms\KeysConverterTests.cs (3)
58
[InlineData(Keys.
S
, "S")]
88
yield return new object[] { "de-DE", Keys.
S
, new Enum[] { Keys.
S
} };