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)
118
if (
_enabledGestures
== null)
122
return new ReadOnlyCollection<ApplicationGesture>(
_enabledGestures
);