8 instantiations of PathSegmentCollection
PresentationCore (5)
System\Windows\Media\Generated\PathSegmentCollection.cs (2)
462PathSegmentCollection collection = new PathSegmentCollection(); 576return new PathSegmentCollection();
System\Windows\Media\PathStreamGeometryContext.cs (3)
80_segments = new PathSegmentCollection(segmentCount); 242_segments = new PathSegmentCollection(); 369_segments = new PathSegmentCollection();
PresentationFramework (3)
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
260PathSegmentCollection segments = new PathSegmentCollection();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8175DefaultConstructor = delegate () { return new System.Windows.Media.PathSegmentCollection(); },
System\Windows\Markup\KnownTypes.cs (1)
1439case KnownElements.PathSegmentCollection: o = new System.Windows.Media.PathSegmentCollection(); break;
38 references to PathSegmentCollection
PresentationCore (30)
System\Windows\Media\Generated\PathFigure.cs (6)
107public PathSegmentCollection Segments 111return (PathSegmentCollection) GetValue(SegmentsProperty); 245internal static PathSegmentCollection s_Segments = PathSegmentCollection.Empty; 292typeof(PathSegmentCollection), 294new FreezableDefaultValueFactory(PathSegmentCollection.Empty),
System\Windows\Media\Generated\PathSegmentCollection.cs (17)
46public new PathSegmentCollection Clone() 48return (PathSegmentCollection)base.Clone(); 55public new PathSegmentCollection CloneCurrentValue() 57return (PathSegmentCollection)base.CloneCurrentValue(); 456internal static PathSegmentCollection Empty 462PathSegmentCollection collection = new PathSegmentCollection(); 553private static PathSegmentCollection s_empty; 583PathSegmentCollection sourcePathSegmentCollection = (PathSegmentCollection) source; 605PathSegmentCollection sourcePathSegmentCollection = (PathSegmentCollection) source; 627PathSegmentCollection sourcePathSegmentCollection = (PathSegmentCollection) source; 649PathSegmentCollection sourcePathSegmentCollection = (PathSegmentCollection) source; 753internal Enumerator(PathSegmentCollection list) 864private PathSegmentCollection _list;
System\Windows\Media\PathFigure.cs (6)
35PathSegmentCollection mySegments = Segments; 96PathSegmentCollection segments = Segments; 119PathSegmentCollection segments = Segments; 191PathSegmentCollection segments = Segments; 206PathSegmentCollection segments = Segments; 220PathSegmentCollection segments = Segments;
System\Windows\Media\PathStreamGeometryContext.cs (1)
467private PathSegmentCollection _segments;
PresentationFramework (5)
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
260PathSegmentCollection segments = new PathSegmentCollection();
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
962PathSegmentCollection pathSegments = pathFigure.Segments;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
542case 448: t = () => typeof(PathSegmentCollection); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8172typeof(System.Windows.Media.PathSegmentCollection),
System\Windows\Markup\KnownTypes.cs (1)
5996case KnownElements.PathSegmentCollection: t = typeof(System.Windows.Media.PathSegmentCollection); break;
ReachFramework (3)
Serialization\VisualSerializer.cs (3)
1016PathSegmentCollection segments = p.Segments; 1225PathSegmentCollection segments = p.Segments; 1515PathSegmentCollection segments = p.Segments;