8 instantiations of PathSegmentCollection
PresentationCore (5)
System\Windows\Media\Generated\PathSegmentCollection.cs (2)
477PathSegmentCollection collection = new PathSegmentCollection(); 591return new PathSegmentCollection();
System\Windows\Media\PathStreamGeometryContext.cs (3)
97_segments = new PathSegmentCollection(segmentCount); 259_segments = new PathSegmentCollection(); 385_segments = new PathSegmentCollection();
PresentationFramework (3)
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
264PathSegmentCollection segments = new PathSegmentCollection();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7426bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.PathSegmentCollection(); };
System\Windows\Markup\KnownTypes.cs (1)
1445case KnownElements.PathSegmentCollection: o = new System.Windows.Media.PathSegmentCollection(); break;
38 references to PathSegmentCollection
PresentationCore (30)
System\Windows\Media\Generated\PathFigure.cs (6)
122public PathSegmentCollection Segments 126return (PathSegmentCollection) GetValue(SegmentsProperty); 260internal static PathSegmentCollection s_Segments = PathSegmentCollection.Empty; 308typeof(PathSegmentCollection), 310new FreezableDefaultValueFactory(PathSegmentCollection.Empty),
System\Windows\Media\Generated\PathSegmentCollection.cs (17)
64public new PathSegmentCollection Clone() 66return (PathSegmentCollection)base.Clone(); 73public new PathSegmentCollection CloneCurrentValue() 75return (PathSegmentCollection)base.CloneCurrentValue(); 471internal static PathSegmentCollection Empty 477PathSegmentCollection collection = new PathSegmentCollection(); 568private static PathSegmentCollection s_empty; 598PathSegmentCollection sourcePathSegmentCollection = (PathSegmentCollection) source; 618PathSegmentCollection sourcePathSegmentCollection = (PathSegmentCollection) source; 638PathSegmentCollection sourcePathSegmentCollection = (PathSegmentCollection) source; 658PathSegmentCollection sourcePathSegmentCollection = (PathSegmentCollection) source; 760internal Enumerator(PathSegmentCollection list) 870private PathSegmentCollection _list;
System\Windows\Media\PathFigure.cs (6)
54PathSegmentCollection mySegments = Segments; 115PathSegmentCollection segments = Segments; 138PathSegmentCollection segments = Segments; 210PathSegmentCollection segments = Segments; 225PathSegmentCollection segments = Segments; 239PathSegmentCollection segments = Segments;
System\Windows\Media\PathStreamGeometryContext.cs (1)
471private PathSegmentCollection _segments;
PresentationFramework (5)
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
264PathSegmentCollection segments = new PathSegmentCollection();
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
965PathSegmentCollection pathSegments = pathFigure.Segments;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
544case 448: t = () => typeof(PathSegmentCollection); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7424typeof(System.Windows.Media.PathSegmentCollection),
System\Windows\Markup\KnownTypes.cs (1)
6002case KnownElements.PathSegmentCollection: t = typeof(System.Windows.Media.PathSegmentCollection); break;
ReachFramework (3)
Serialization\VisualSerializer.cs (3)
1023PathSegmentCollection segments = p.Segments; 1232PathSegmentCollection segments = p.Segments; 1522PathSegmentCollection segments = p.Segments;