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