1 implementation of IsPinching
Microsoft.Maui.Controls (1)
PinchGestureRecognizer.cs (1)
12 bool IPinchGestureController.IsPinching { get; set; }
4 writes to IsPinching
Microsoft.Maui.Controls (4)
PinchGestureRecognizer.cs (4)
22 (this as IPinchGestureController).IsPinching = true; 33 (this as IPinchGestureController).IsPinching = false; 44 (this as IPinchGestureController).IsPinching = false; 55 (this as IPinchGestureController).IsPinching = true;
3 references to IsPinching
Microsoft.Maui.Controls.Compatibility (3)
iOS\EventTracker.cs (3)
347 if (r.NumberOfTouches < 2 && pinchGestureRecognizer.IsPinching) 369 if (pinchGestureRecognizer.IsPinching) 373 if (pinchGestureRecognizer.IsPinching)