10 references to OemMinus
PresentationFramework (6)
src\Framework\System\Windows\Controls\CheckBox.cs (1)
88else if (e.Key == Key.OemMinus || e.Key == Key.Subtract)
src\Framework\System\Windows\Controls\DocumentViewer.cs (2)
1690new KeyGesture(Key.OemMinus, ModifierKeys.Control), 1692new KeyGesture(Key.OemMinus, ModifierKeys.Shift | ModifierKeys.Control));
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (1)
1379executedHandler, canExecuteHandler, new KeyGesture(Key.OemMinus, ModifierKeys.Control));
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1383executedHandler, canExecuteHandler, new KeyGesture(Key.OemMinus, ModifierKeys.Control));
src\Framework\System\Windows\Controls\SinglePageViewer.cs (1)
1277executedHandler, canExecuteHandler, new KeyGesture(Key.OemMinus, ModifierKeys.Control));
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\DefaultCommandExtensionCallback.cs (1)
42new KeyGesture(Key.OemMinus, ModifierKeys.Control, "Ctrl -"),
WindowsBase (3)
Base\System\Windows\Input\KeyConverter.cs (1)
204case "MINUS": keyFound = Key.OemMinus; break;
Base\System\Windows\Input\KeyInterop.cs (2)
590key = Key.OemMinus; 1282case Key.OemMinus: