4 writes to _inputGestureCollection
PresentationCore (4)
System\Windows\Input\Command\RoutedCommand.cs (4)
26
_inputGestureCollection
= null;
57
_inputGestureCollection
= inputGestures;
219
_inputGestureCollection
= new InputGestureCollection();
231
_inputGestureCollection
= GetInputGestures();
3 references to _inputGestureCollection
PresentationCore (3)
System\Windows\Input\Command\RoutedCommand.cs (3)
221
return
_inputGestureCollection
;
229
if(
_inputGestureCollection
== null && AreInputGesturesDelayLoaded)
234
return
_inputGestureCollection
;