2 references to ChildrenProperty
Microsoft.Maui.Controls (2)
Shapes\TransformGroup.cs (2)
25
set { SetValue(
ChildrenProperty
, value); }
26
get { return (TransformCollection)GetValue(
ChildrenProperty
); }