1 instantiation of TransformGroup
Microsoft.Maui.Controls (1)
Shapes\CompositeTransform.cs (1)
121
TransformGroup xformGroup = new
TransformGroup
5 references to TransformGroup
Microsoft.Maui.Controls (5)
Shapes\CompositeTransform.cs (1)
121
TransformGroup
xformGroup = new TransformGroup
Shapes\TransformGroup.cs (4)
13
BindableProperty.Create(nameof(Children), typeof(TransformCollection), typeof(
TransformGroup
), null,
33
(oldValue as TransformCollection).CollectionChanged -= (bindable as
TransformGroup
).OnChildrenCollectionChanged;
38
(newValue as TransformCollection).CollectionChanged += (bindable as
TransformGroup
).OnChildrenCollectionChanged;
41
(bindable as
TransformGroup
).UpdateTransformMatrix();