2 writes to _enabledGestures
PresentationCore (2)
Core\CSharp\System\Windows\Ink\GestureRecognizer.cs (2)
125_enabledGestures = enabledGestures; 142_enabledGestures = new ApplicationGesture[] { };
2 references to _enabledGestures
PresentationCore (2)
Core\CSharp\System\Windows\Ink\GestureRecognizer.cs (2)
140if (_enabledGestures == null) 144return new ReadOnlyCollection<ApplicationGesture>(_enabledGestures);