5 references to GestureRecognizer
PresentationFramework (5)
System\Windows\Controls\InkCanvas.cs (5)
685
return this.
GestureRecognizer
.IsRecognizerAvailable;
1057
this.
GestureRecognizer
.IsRecognizerAvailable)
1067
this.
GestureRecognizer
.CriticalRecognize(strokes);
1673
return new ReadOnlyCollection<ApplicationGesture>(this.
GestureRecognizer
.GetEnabledGestures());
1686
this.
GestureRecognizer
.SetEnabledGestures(applicationGestures);