4 writes to Y
Microsoft.Maui.Controls (4)
Shapes\CompositeTransform.cs (3)
128 Y = -CenterY 147 Y = CenterY 152 Y = TranslateY
Shapes\TranslateTransform.cs (1)
17 Y = y;
3 references to Y
Microsoft.Maui.Controls (3)
Shapes\TranslateTransform.cs (3)
25 /// <summary>Bindable property for <see cref="Y"/>.</summary> 27 BindableProperty.Create(nameof(Y), typeof(double), typeof(TranslateTransform), 0.0, 51 Value = new Matrix(1, 0, 0, 1, X, Y);