4 writes to _inputGestureCollection
PresentationCore (4)
System\Windows\Input\Command\RoutedCommand.cs (4)
27
_inputGestureCollection
= null;
58
_inputGestureCollection
= inputGestures;
220
_inputGestureCollection
= new InputGestureCollection();
232
_inputGestureCollection
= GetInputGestures();
3 references to _inputGestureCollection
PresentationCore (3)
System\Windows\Input\Command\RoutedCommand.cs (3)
222
return
_inputGestureCollection
;
230
if(
_inputGestureCollection
== null && AreInputGesturesDelayLoaded)
235
return
_inputGestureCollection
;