2 writes to _nativeRecognizer
PresentationCore (2)
System\Windows\Ink\GestureRecognizer.cs (2)
42
_nativeRecognizer
= NativeRecognizer.CreateInstance();
231
_nativeRecognizer
= null;
6 references to _nativeRecognizer
PresentationCore (6)
System\Windows\Ink\GestureRecognizer.cs (6)
43
if (
_nativeRecognizer
== null)
100
_nativeRecognizer
.SetEnabledGestures(applicationGestures);
170
return new ReadOnlyCollection<GestureRecognitionResult>(
_nativeRecognizer
.Recognize(strokes));
195
if (
_nativeRecognizer
== null)
230
_nativeRecognizer
?.Dispose();
248
if (
_nativeRecognizer
== null)