4 writes to _inputGestureCollection
PresentationCore (4)
System\Windows\Input\Command\RoutedCommand.cs (4)
38
_inputGestureCollection
= null;
69
_inputGestureCollection
= inputGestures;
231
_inputGestureCollection
= new InputGestureCollection();
243
_inputGestureCollection
= GetInputGestures();
3 references to _inputGestureCollection
PresentationCore (3)
System\Windows\Input\Command\RoutedCommand.cs (3)
233
return
_inputGestureCollection
;
241
if(
_inputGestureCollection
== null && AreInputGesturesDelayLoaded)
246
return
_inputGestureCollection
;