2 writes to _transform
Microsoft.Maui.Graphics (2)
CanvasState.cs (2)
25
this.
_transform
= value;
45
this.
_transform
= prototype._transform;
3 references to _transform
Microsoft.Maui.Graphics (3)
CanvasState.cs (3)
19
get => this.
_transform
;
22
if (this.
_transform
== value)
45
this._transform = prototype.
_transform
;