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