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