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