2 instantiations of PathSegmentCollection
Microsoft.Maui.Controls (2)
Shapes\PathFigure.cs (1)
16 Segments = new PathSegmentCollection();
Shapes\RoundRectangleGeometry.cs (1)
94 Segments = new PathSegmentCollection
7 references to PathSegmentCollection
Microsoft.Maui.Controls (7)
Shapes\PathFigure.cs (7)
21 BindableProperty.Create(nameof(Segments), typeof(PathSegmentCollection), typeof(PathFigure), null, 26 (bindable as PathFigure)?.UpdatePathSegmentCollection(oldValue as PathSegmentCollection, newValue as PathSegmentCollection); 42 public PathSegmentCollection Segments 45 get { return (PathSegmentCollection)GetValue(SegmentsProperty); } 83 void UpdatePathSegmentCollection(PathSegmentCollection oldCollection, PathSegmentCollection newCollection)