3 references to Add
PresentationCore (2)
Core\CSharp\System\Windows\Input\Command\InputGestureCollection.cs (1)
130return this.Add(inputGesture as InputGesture);
Core\CSharp\System\Windows\Input\Command\KeyGesture.cs (1)
287gestures.Add(keyGesture);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\DefaultCommandExtensionCallback.cs (1)
104cmd.InputGestures.Add(gesture);