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