2 writes to StrokeDashPattern
Microsoft.Maui.Graphics (2)
AbstractCanvas.cs (1)
110 _currentState.StrokeDashPattern = value;
CanvasState.cs (1)
41 StrokeDashPattern = prototype.StrokeDashPattern;
3 references to StrokeDashPattern
Microsoft.Maui.Graphics (3)
AbstractCanvas.cs (2)
108 if (!ReferenceEquals(value, _currentState.StrokeDashPattern)) 129 PlatformSetStrokeDashPattern(_currentState.StrokeDashPattern, _currentState.StrokeDashOffset, _currentState.StrokeSize);
CanvasState.cs (1)
41 StrokeDashPattern = prototype.StrokeDashPattern;