8 instantiations of PathSegmentCollection
PresentationCore (5)
System\Windows\Media\Generated\PathSegmentCollection.cs (2)
446PathSegmentCollection collection = new PathSegmentCollection(); 560return 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)
263PathSegmentCollection 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)
96public PathSegmentCollection Segments 100return (PathSegmentCollection) GetValue(SegmentsProperty); 234internal static PathSegmentCollection s_Segments = PathSegmentCollection.Empty; 282typeof(PathSegmentCollection), 284new FreezableDefaultValueFactory(PathSegmentCollection.Empty),
System\Windows\Media\Generated\PathSegmentCollection.cs (17)
33public new PathSegmentCollection Clone() 35return (PathSegmentCollection)base.Clone(); 42public new PathSegmentCollection CloneCurrentValue() 44return (PathSegmentCollection)base.CloneCurrentValue(); 440internal static PathSegmentCollection Empty 446PathSegmentCollection collection = new PathSegmentCollection(); 537private static PathSegmentCollection s_empty; 567PathSegmentCollection sourcePathSegmentCollection = (PathSegmentCollection) source; 587PathSegmentCollection sourcePathSegmentCollection = (PathSegmentCollection) source; 607PathSegmentCollection sourcePathSegmentCollection = (PathSegmentCollection) source; 627PathSegmentCollection sourcePathSegmentCollection = (PathSegmentCollection) source; 729internal Enumerator(PathSegmentCollection list) 839private 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)
263PathSegmentCollection 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;