4 references to PolyLineSegment
PresentationCore (2)
Core\CSharp\System\Windows\Media\Generated\PolyLineSegment.cs (1)
126
return new
PolyLineSegment
();
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (1)
405
PolyLineSegment pSegment = new
PolyLineSegment
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7832
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.
PolyLineSegment
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1473
case KnownElements.PolyLineSegment: o = new System.Windows.Media.
PolyLineSegment
(); break;