2 writes to _nativeRecognizer
PresentationCore (2)
Core\CSharp\System\Windows\Ink\GestureRecognizer.cs (2)
64
_nativeRecognizer
= NativeRecognizer.CreateInstance();
283
_nativeRecognizer
= null;
7 references to _nativeRecognizer
PresentationCore (7)
Core\CSharp\System\Windows\Ink\GestureRecognizer.cs (7)
65
if (
_nativeRecognizer
== null)
122
_nativeRecognizer
.SetEnabledGestures(applicationGestures);
220
return new ReadOnlyCollection<GestureRecognitionResult>(
_nativeRecognizer
.Recognize(strokes));
245
if (
_nativeRecognizer
== null)
280
if (
_nativeRecognizer
!= null )
282
_nativeRecognizer
.Dispose();
301
if (
_nativeRecognizer
== null)