2 writes to _scaleX
Microsoft.Maui.Graphics (2)
CanvasState.cs (2)
26 value.DeconstructScales(out _scale, out _scaleX, out _scaleY); 47 this._scaleX = prototype._scaleX;
2 references to _scaleX
Microsoft.Maui.Graphics (2)
CanvasState.cs (2)
31 public float ScaleX => this._scaleX; 47 this._scaleX = prototype._scaleX;