10 writes to _fillBrushValid
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (10)
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvasState.cs (10)
118
_fillBrushValid
= prototype._fillBrushValid;
160
_fillBrushValid
= false;
294
_fillBrushValid
= false;
303
_fillBrushValid
= false;
313
_fillBrushValid
= false;
323
_fillBrushValid
= true;
335
_fillBrushValid
= true;
373
_fillBrushValid
= true;
378
_fillBrushValid
= true;
622
_fillBrushValid
= false;
2 references to _fillBrushValid
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (2)
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvasState.cs (2)
118
_fillBrushValid = prototype.
_fillBrushValid
;
330
if (_fillBrush == null || !
_fillBrushValid
)