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)
259return _inputGestureCollection; 267if(_inputGestureCollection == null && AreInputGesturesDelayLoaded) 272return _inputGestureCollection;