3 writes to LineJoin
PresentationCore (1)
Core\CSharp\System\Windows\Media\Pen.cs (1)
83LineJoin = lineJoin;
PresentationFramework (2)
src\Framework\MS\Internal\Ink\LassoHelper.cs (1)
316_pen.LineJoin = PenLineJoin.Round;
src\Framework\System\Windows\Shapes\Shape.cs (1)
503_pen.LineJoin = StrokeLineJoin;
2 references to LineJoin
PresentationCore (2)
Core\CSharp\System\Windows\Media\Generated\Pen.cs (1)
424data.LineJoin = LineJoin;
Core\CSharp\System\Windows\Media\Pen.cs (1)
130pData->LineJoin = GetInternalJoinType(LineJoin);