5 references to GestureRecognizer
PresentationFramework (5)
System\Windows\Controls\InkCanvas.cs (5)
686
return this.
GestureRecognizer
.IsRecognizerAvailable;
1058
this.
GestureRecognizer
.IsRecognizerAvailable)
1068
this.
GestureRecognizer
.CriticalRecognize(strokes);
1674
return new ReadOnlyCollection<ApplicationGesture>(this.
GestureRecognizer
.GetEnabledGestures());
1687
this.
GestureRecognizer
.SetEnabledGestures(applicationGestures);