4 writes to _inputGestureCollection
PresentationCore (4)
System\Windows\Input\Command\RoutedCommand.cs (4)
26_inputGestureCollection = null; 57_inputGestureCollection = inputGestures; 219_inputGestureCollection = new InputGestureCollection(); 231_inputGestureCollection = GetInputGestures();
3 references to _inputGestureCollection
PresentationCore (3)
System\Windows\Input\Command\RoutedCommand.cs (3)
221return _inputGestureCollection; 229if(_inputGestureCollection == null && AreInputGesturesDelayLoaded) 234return _inputGestureCollection;