2 writes to _pattern
Microsoft.Maui.Graphics (2)
PatternPaint.cs (2)
13
_pattern
= value;
17
_pattern
= new PaintPattern(_pattern) { Paint = this };
3 references to _pattern
Microsoft.Maui.Graphics (3)
PatternPaint.cs (3)
9
get =>
_pattern
;
15
if (!(
_pattern
is PaintPattern))
17
_pattern = new PaintPattern(
_pattern
) { Paint = this };