2 writes to _image
Microsoft.Maui.Graphics.Skia (2)
SkiaBitmapExportContext.cs (2)
56 public SKImage SKImage => _image ?? (_image = _surface.Snapshot()); 94 _image = null;
3 references to _image
Microsoft.Maui.Graphics.Skia (3)
SkiaBitmapExportContext.cs (3)
56 public SKImage SKImage => _image ?? (_image = _surface.Snapshot()); 91 if (_image != null && _disposeBitmap) 93 _image.Dispose();