3 writes to _dashOffset
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (3)
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvasState.cs (3)
123
_dashOffset
= prototype._dashOffset;
154
_dashOffset
= 1;
283
_dashOffset
= strokeDashOffset;
2 references to _dashOffset
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (2)
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvasState.cs (2)
123
_dashOffset = prototype.
_dashOffset
;
605
_strokeStyle.DashOffset =
_dashOffset
;