3 writes to _scale
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (3)
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvasState.cs (3)
140
_scale
= prototype._scale;
174
_scale
= 1;
461
_scale
*= tx;
3 references to _scale
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (3)
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvasState.cs (3)
140
_scale = prototype.
_scale
;
443
public float ActualScale =>
_scale
;
445
public float ActualShadowBlur => ShadowBlur * Math.Abs(
_scale
);