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