1 instantiation of ScaleTransform
Microsoft.Maui.Controls (1)
Shapes\CompositeTransform.cs (1)
130 new ScaleTransform
5 references to ScaleTransform
Microsoft.Maui.Controls (5)
Shapes\ScaleTransform.cs (5)
31 BindableProperty.Create(nameof(ScaleX), typeof(double), typeof(ScaleTransform), 1.0, 36 BindableProperty.Create(nameof(ScaleY), typeof(double), typeof(ScaleTransform), 1.0, 41 BindableProperty.Create(nameof(CenterX), typeof(double), typeof(ScaleTransform), 0.0, 46 BindableProperty.Create(nameof(CenterY), typeof(double), typeof(ScaleTransform), 0.0, 79 (bindable as ScaleTransform).OnTransformPropertyChanged();