4 references to Add
PresentationCore (2)
System\Windows\Input\Command\InputGestureCollection.cs (1)
114
return this.
Add
(inputGesture as InputGesture);
System\Windows\Input\Command\KeyGesture.cs (1)
281
gestures.
Add
(keyGesture);
PresentationUI (2)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (2)
2075
input.
Add
(new KeyGesture(Key.F6, ModifierKeys.Control));
2084
DocumentViewer.ViewThumbnailsCommand.InputGestures.
Add
(new KeyGesture(Key.D5, ModifierKeys.Control));