8 references to PathSegmentCollection
PresentationCore (4)
Core\CSharp\System\Windows\Media\Generated\PathSegmentCollection.cs (2)
493
PathSegmentCollection collection = new
PathSegmentCollection
();
610
return 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)
273
PathSegmentCollection segments = new
PathSegmentCollection
();
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7422
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.
PathSegmentCollection
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1446
case KnownElements.PathSegmentCollection: o = new System.Windows.Media.
PathSegmentCollection
(); break;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorPointsToSegmentsConverter.cs (1)
20
PathSegmentCollection retVal = new
PathSegmentCollection
();