2 references to ChildrenProperty
Microsoft.Maui.Controls (2)
Shapes\GeometryGroup.cs (2)
35
set { SetValue(
ChildrenProperty
, value); }
36
get { return (GeometryCollection)GetValue(
ChildrenProperty
); }