2 writes to _normalBitmap
Microsoft.Maui.Controls.Compatibility (2)
Android\Renderers\BorderDrawable.cs (2)
94 _normalBitmap = _normalBitmap ?? CreateBitmap(false, width, height); 126 _normalBitmap = null;
10 references to _normalBitmap
Microsoft.Maui.Controls.Compatibility (10)
Android\Renderers\BorderDrawable.cs (10)
76 if (_normalBitmap == null || 77 _normalBitmap?.IsDisposed() == true || 79 _normalBitmap.Height != height || 80 _normalBitmap.Width != width) 94 _normalBitmap = _normalBitmap ?? CreateBitmap(false, width, height); 95 bitmap = _normalBitmap; 119 if (_normalBitmap != null) 121 if (!_normalBitmap.IsDisposed()) 123 _normalBitmap.Recycle(); 124 _normalBitmap.Dispose();