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