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