3 writes to ScaleY
Microsoft.Maui.Controls (3)
Shapes\CompositeTransform.cs (1)
133 ScaleY = ScaleY
Shapes\ScaleTransform.cs (2)
17 ScaleY = scaleY; 24 ScaleY = scaleY;
4 references to ScaleY
Microsoft.Maui.Controls (4)
Shapes\ScaleTransform.cs (4)
34 /// <summary>Bindable property for <see cref="ScaleY"/>.</summary> 36 BindableProperty.Create(nameof(ScaleY), typeof(double), typeof(ScaleTransform), 1.0, 84 Value = new Matrix(ScaleX, 0, 0, ScaleY, CenterX * (1 - ScaleX), CenterY * (1 - ScaleY));