8 references to PathSegmentCollection
PresentationCore (4)
Core\CSharp\System\Windows\Media\Generated\PathSegmentCollection.cs (2)
493PathSegmentCollection collection = new PathSegmentCollection(); 610return new PathSegmentCollection();
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (2)
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();