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