7 references to Subtract
PresentationFramework (4)
src\Framework\System\Windows\Controls\CheckBox.cs (1)
88
else if (e.Key == Key.OemMinus || e.Key == Key.
Subtract
)
src\Framework\System\Windows\Controls\DocumentViewer.cs (2)
1686
new KeyGesture(Key.
Subtract
, ModifierKeys.Control),
1688
new KeyGesture(Key.
Subtract
, ModifierKeys.Shift | ModifierKeys.Control),
src\Framework\System\Windows\Controls\TreeViewItem.cs (1)
588
case Key.
Subtract
:
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\DefaultCommandExtensionCallback.cs (1)
43
new KeyGesture(Key.
Subtract
, ModifierKeys.Control) });
WindowsBase (2)
Base\System\Windows\Input\KeyInterop.cs (2)
363
key = Key.
Subtract
;
1058
case Key.
Subtract
: