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