2 writes to _packager
Microsoft.Maui.Controls.Compatibility (2)
iOS\VisualElementRenderer.cs (2)
203 _packager = new VisualElementPackager(this); 302 _packager = null;
4 references to _packager
Microsoft.Maui.Controls.Compatibility (4)
iOS\VisualElementRenderer.cs (4)
201 if (AutoPackage && _packager == null) 204 _packager.Load(); 299 if (_packager != null) 301 _packager.Dispose();