3 writes to _pressedContained
Microsoft.Maui (3)
Platform\iOS\PlatformTouchGraphicsView.cs (3)
55 _pressedContained = true; 63 _pressedContained = _rect.ContainsAny(viewPoints); 78 _pressedContained = false;
1 reference to _pressedContained
Microsoft.Maui (1)
Platform\iOS\PlatformTouchGraphicsView.cs (1)
71 graphicsView.EndInteraction(this.GetPointsInView(evt), _pressedContained);