2 writes to _enabledGestures
PresentationCore (2)
System\Windows\Ink\GestureRecognizer.cs (2)
103_enabledGestures = enabledGestures; 119_enabledGestures = Array.Empty<ApplicationGesture>();
2 references to _enabledGestures
PresentationCore (2)
System\Windows\Ink\GestureRecognizer.cs (2)
117if (_enabledGestures == null) 121return new ReadOnlyCollection<ApplicationGesture>(_enabledGestures);