7 references to PathSegmentCollection
PresentationCore (4)
System\Windows\Media\Generated\PathSegmentCollection.cs (2)
477
PathSegmentCollection collection = new
PathSegmentCollection
();
591
return new
PathSegmentCollection
();
System\Windows\Media\PathStreamGeometryContext.cs (2)
259
_segments = new
PathSegmentCollection
();
385
_segments = new
PathSegmentCollection
();
PresentationFramework (3)
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
264
PathSegmentCollection segments = new
PathSegmentCollection
();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7426
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.
PathSegmentCollection
(); };
System\Windows\Markup\KnownTypes.cs (1)
1445
case KnownElements.PathSegmentCollection: o = new System.Windows.Media.
PathSegmentCollection
(); break;