5 references to GestureRecognizer
PresentationFramework (5)
src\Framework\System\Windows\Controls\InkCanvas.cs (5)
699
return this.
GestureRecognizer
.IsRecognizerAvailable;
1092
this.
GestureRecognizer
.IsRecognizerAvailable)
1102
this.
GestureRecognizer
.CriticalRecognize(strokes);
1750
return new ReadOnlyCollection<ApplicationGesture>(this.
GestureRecognizer
.GetEnabledGestures());
1763
this.
GestureRecognizer
.SetEnabledGestures(applicationGestures);