8 instantiations of PathSegmentCollection
PresentationCore (5)
System\Windows\Media\Generated\PathSegmentCollection.cs (2)
461PathSegmentCollection collection = new PathSegmentCollection(); 575return new PathSegmentCollection();
System\Windows\Media\PathStreamGeometryContext.cs (3)
79_segments = new PathSegmentCollection(segmentCount); 241_segments = new PathSegmentCollection(); 368_segments = new PathSegmentCollection();
PresentationFramework (3)
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
259PathSegmentCollection segments = new PathSegmentCollection();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8174DefaultConstructor = delegate () { return new System.Windows.Media.PathSegmentCollection(); },
System\Windows\Markup\KnownTypes.cs (1)
1438case KnownElements.PathSegmentCollection: o = new System.Windows.Media.PathSegmentCollection(); break;
38 references to PathSegmentCollection
PresentationCore (30)
System\Windows\Media\Generated\PathFigure.cs (6)
104public PathSegmentCollection Segments 108return (PathSegmentCollection) GetValue(SegmentsProperty); 242internal static PathSegmentCollection s_Segments = PathSegmentCollection.Empty; 289typeof(PathSegmentCollection), 291new FreezableDefaultValueFactory(PathSegmentCollection.Empty),
System\Windows\Media\Generated\PathSegmentCollection.cs (17)
45public new PathSegmentCollection Clone() 47return (PathSegmentCollection)base.Clone(); 54public new PathSegmentCollection CloneCurrentValue() 56return (PathSegmentCollection)base.CloneCurrentValue(); 455internal static PathSegmentCollection Empty 461PathSegmentCollection collection = new PathSegmentCollection(); 552private static PathSegmentCollection s_empty; 582PathSegmentCollection sourcePathSegmentCollection = (PathSegmentCollection) source; 604PathSegmentCollection sourcePathSegmentCollection = (PathSegmentCollection) source; 626PathSegmentCollection sourcePathSegmentCollection = (PathSegmentCollection) source; 648PathSegmentCollection sourcePathSegmentCollection = (PathSegmentCollection) source; 752internal Enumerator(PathSegmentCollection list) 863private PathSegmentCollection _list;
System\Windows\Media\PathFigure.cs (6)
34PathSegmentCollection mySegments = Segments; 95PathSegmentCollection segments = Segments; 118PathSegmentCollection segments = Segments; 190PathSegmentCollection segments = Segments; 205PathSegmentCollection segments = Segments; 219PathSegmentCollection segments = Segments;
System\Windows\Media\PathStreamGeometryContext.cs (1)
466private PathSegmentCollection _segments;
PresentationFramework (5)
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
259PathSegmentCollection segments = new PathSegmentCollection();
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
961PathSegmentCollection pathSegments = pathFigure.Segments;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
541case 448: t = () => typeof(PathSegmentCollection); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8171typeof(System.Windows.Media.PathSegmentCollection),
System\Windows\Markup\KnownTypes.cs (1)
5995case KnownElements.PathSegmentCollection: t = typeof(System.Windows.Media.PathSegmentCollection); break;
ReachFramework (3)
Serialization\VisualSerializer.cs (3)
1015PathSegmentCollection segments = p.Segments; 1224PathSegmentCollection segments = p.Segments; 1514PathSegmentCollection segments = p.Segments;