5 references to GestureRecognizer
PresentationFramework (5)
src\Framework\System\Windows\Controls\InkCanvas.cs (5)
699return this.GestureRecognizer.IsRecognizerAvailable; 1092this.GestureRecognizer.IsRecognizerAvailable) 1102this.GestureRecognizer.CriticalRecognize(strokes); 1750return new ReadOnlyCollection<ApplicationGesture>(this.GestureRecognizer.GetEnabledGestures()); 1763this.GestureRecognizer.SetEnabledGestures(applicationGestures);