2 writes to _graphicsView
Microsoft.Maui (2)
Platform\iOS\PlatformTouchGraphicsView.cs (2)
34 _graphicsView = new(graphicsView); 44 _graphicsView = null;
10 references to _graphicsView
Microsoft.Maui (10)
Platform\iOS\PlatformTouchGraphicsView.cs (10)
49 if (_graphicsView is null || !_graphicsView.TryGetTarget(out var graphicsView)) 60 if (_graphicsView is null || !_graphicsView.TryGetTarget(out var graphicsView)) 69 if (_graphicsView is null || !_graphicsView.TryGetTarget(out var graphicsView)) 76 if (_graphicsView is null || !_graphicsView.TryGetTarget(out var graphicsView)) 93 if (platformView._graphicsView is null || !platformView._graphicsView.TryGetTarget(out var graphicsView))