3 writes to _background
Microsoft.Maui (3)
Platform\iOS\MauiCALayer.cs (3)
129
_background
= null;
137
_background
= linearGradientPaint;
145
_background
= radialGradientPaint;
2 references to _background
Microsoft.Maui (2)
Platform\iOS\MauiCALayer.cs (2)
326
if (
_background
!= null)
327
DrawGradientPaint(ctx,
_background
);