4 writes to _inputGestureCollection
PresentationCore (4)
Core\CSharp\System\Windows\Input\Command\RoutedCommand.cs (4)
39
_inputGestureCollection
= null;
76
_inputGestureCollection
= inputGestures;
257
_inputGestureCollection
= new InputGestureCollection();
269
_inputGestureCollection
= GetInputGestures();
3 references to _inputGestureCollection
PresentationCore (3)
Core\CSharp\System\Windows\Input\Command\RoutedCommand.cs (3)
259
return
_inputGestureCollection
;
267
if(
_inputGestureCollection
== null && AreInputGesturesDelayLoaded)
272
return
_inputGestureCollection
;