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)
233return _inputGestureCollection; 241if(_inputGestureCollection == null && AreInputGesturesDelayLoaded) 246return _inputGestureCollection;