2 writes to _nativeRecognizer
PresentationCore (2)
System\Windows\Ink\GestureRecognizer.cs (2)
43
_nativeRecognizer
= NativeRecognizer.CreateInstance();
234
_nativeRecognizer
= null;
7 references to _nativeRecognizer
PresentationCore (7)
System\Windows\Ink\GestureRecognizer.cs (7)
44
if (
_nativeRecognizer
== null)
101
_nativeRecognizer
.SetEnabledGestures(applicationGestures);
171
return new ReadOnlyCollection<GestureRecognitionResult>(
_nativeRecognizer
.Recognize(strokes));
196
if (
_nativeRecognizer
== null)
231
if (
_nativeRecognizer
!= null )
233
_nativeRecognizer
.Dispose();
252
if (
_nativeRecognizer
== null)