2 writes to _nativeRecognizer
PresentationCore (2)
System\Windows\Ink\GestureRecognizer.cs (2)
56
_nativeRecognizer
= NativeRecognizer.CreateInstance();
247
_nativeRecognizer
= null;
7 references to _nativeRecognizer
PresentationCore (7)
System\Windows\Ink\GestureRecognizer.cs (7)
57
if (
_nativeRecognizer
== null)
114
_nativeRecognizer
.SetEnabledGestures(applicationGestures);
184
return new ReadOnlyCollection<GestureRecognitionResult>(
_nativeRecognizer
.Recognize(strokes));
209
if (
_nativeRecognizer
== null)
244
if (
_nativeRecognizer
!= null )
246
_nativeRecognizer
.Dispose();
265
if (
_nativeRecognizer
== null)