3 writes to _boundsObserver
Microsoft.Maui (3)
Platform\iOS\StaticCALayer.cs (3)
14 _boundsObserver = null; 21 _boundsObserver = null; 28 _boundsObserver = CALayerAutosizeObserver.Attach(this);
3 references to _boundsObserver
Microsoft.Maui (3)
Platform\iOS\StaticCALayer.cs (3)
13 _boundsObserver?.Dispose(); 20 _boundsObserver?.Dispose(); 27 _boundsObserver?.Dispose();