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)
222return _inputGestureCollection; 230if(_inputGestureCollection == null && AreInputGesturesDelayLoaded) 235return _inputGestureCollection;