5 references to GestureRecognizer
PresentationFramework (5)
System\Windows\Controls\InkCanvas.cs (5)
674
return this.
GestureRecognizer
.IsRecognizerAvailable;
1046
this.
GestureRecognizer
.IsRecognizerAvailable)
1056
this.
GestureRecognizer
.CriticalRecognize(strokes);
1662
return new ReadOnlyCollection<ApplicationGesture>(this.
GestureRecognizer
.GetEnabledGestures());
1675
this.
GestureRecognizer
.SetEnabledGestures(applicationGestures);