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