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