2 writes to _enabledGestures
PresentationCore (2)
System\Windows\Ink\GestureRecognizer.cs (2)
104_enabledGestures = enabledGestures; 120_enabledGestures = Array.Empty<ApplicationGesture>();
2 references to _enabledGestures
PresentationCore (2)
System\Windows\Ink\GestureRecognizer.cs (2)
118if (_enabledGestures == null) 122return new ReadOnlyCollection<ApplicationGesture>(_enabledGestures);