9 instantiations of PathSegmentCollection
PresentationCore (5)
Core\CSharp\System\Windows\Media\Generated\PathSegmentCollection.cs (2)
493PathSegmentCollection collection = new PathSegmentCollection(); 610return new PathSegmentCollection();
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (3)
100_segments = new PathSegmentCollection(segmentCount); 262_segments = new PathSegmentCollection(); 388_segments = new PathSegmentCollection();
PresentationFramework (3)
src\Framework\MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
273PathSegmentCollection segments = new PathSegmentCollection();
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7422bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.PathSegmentCollection(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1446case KnownElements.PathSegmentCollection: o = new System.Windows.Media.PathSegmentCollection(); break;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorPointsToSegmentsConverter.cs (1)
20PathSegmentCollection retVal = new PathSegmentCollection();
36 references to PathSegmentCollection
PresentationCore (30)
Core\CSharp\System\Windows\Media\Generated\PathFigure.cs (6)
128public PathSegmentCollection Segments 132return (PathSegmentCollection) GetValue(SegmentsProperty); 266internal static PathSegmentCollection s_Segments = PathSegmentCollection.Empty; 314typeof(PathSegmentCollection), 316new FreezableDefaultValueFactory(PathSegmentCollection.Empty),
Core\CSharp\System\Windows\Media\Generated\PathSegmentCollection.cs (17)
67public new PathSegmentCollection Clone() 69return (PathSegmentCollection)base.Clone(); 76public new PathSegmentCollection CloneCurrentValue() 78return (PathSegmentCollection)base.CloneCurrentValue(); 487internal static PathSegmentCollection Empty 493PathSegmentCollection collection = new PathSegmentCollection(); 587private static PathSegmentCollection s_empty; 617PathSegmentCollection sourcePathSegmentCollection = (PathSegmentCollection) source; 639PathSegmentCollection sourcePathSegmentCollection = (PathSegmentCollection) source; 661PathSegmentCollection sourcePathSegmentCollection = (PathSegmentCollection) source; 683PathSegmentCollection sourcePathSegmentCollection = (PathSegmentCollection) source; 787internal Enumerator(PathSegmentCollection list) 898private PathSegmentCollection _list;
Core\CSharp\System\Windows\Media\PathFigure.cs (6)
57PathSegmentCollection mySegments = Segments; 123PathSegmentCollection segments = Segments; 146PathSegmentCollection segments = Segments; 218PathSegmentCollection segments = Segments; 233PathSegmentCollection segments = Segments; 247PathSegmentCollection segments = Segments;
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (1)
474private PathSegmentCollection _segments;
PresentationFramework (5)
src\Framework\MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
273PathSegmentCollection segments = new PathSegmentCollection();
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (1)
974PathSegmentCollection pathSegments = pathFigure.Segments;
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
540case 448: t = () => typeof(PathSegmentCollection); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7420typeof(System.Windows.Media.PathSegmentCollection),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5992case KnownElements.PathSegmentCollection: t = typeof(System.Windows.Media.PathSegmentCollection); break;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorPointsToSegmentsConverter.cs (1)
20PathSegmentCollection retVal = new PathSegmentCollection();