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