1 instantiation of MatrixTransform
Microsoft.Maui.Controls (1)
Shapes\TransformTypeConverter.cs (1)
18
=> new
MatrixTransform
3 references to MatrixTransform
Microsoft.Maui.Controls (3)
Shapes\MatrixTransform.cs (2)
9
BindableProperty.Create(nameof(Matrix), typeof(Matrix), typeof(
MatrixTransform
), new Matrix(),
21
(bindable as
MatrixTransform
).OnTransformPropertyChanged();
Shapes\TransformTypeConverter.cs (1)
25
if (value is not
MatrixTransform
mt)