6 writes to _needsStrokeStyle
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (6)
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvasState.cs (6)
128
_needsStrokeStyle
= prototype._needsStrokeStyle;
150
_needsStrokeStyle
= false;
222
_needsStrokeStyle
= true;
244
_needsStrokeStyle
= true;
266
_needsStrokeStyle
= true;
286
_needsStrokeStyle
= true;
3 references to _needsStrokeStyle
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (3)
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvasState.cs (3)
128
_needsStrokeStyle = prototype.
_needsStrokeStyle
;
274
if (
_needsStrokeStyle
== false)
588
if (
_needsStrokeStyle
)