4 references to OemComma
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\DefaultCommandExtensionCallback.cs (1)
83
new List<KeyGesture> { new KeyGesture(Key.
OemComma
, ModifierKeys.Alt) });
WindowsBase (3)
Base\System\Windows\Input\KeyConverter.cs (1)
203
case "COMMA": keyFound = Key.
OemComma
; break;
Base\System\Windows\Input\KeyInterop.cs (2)
586
key = Key.
OemComma
;
1278
case Key.
OemComma
: