6 writes to EndLineCap
PresentationCore (1)
Core\CSharp\System\Windows\Media\Pen.cs (1)
81
EndLineCap
= endLineCap;
PresentationFramework (5)
src\Framework\MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
80
squareCapPen.
EndLineCap
= PenLineCap.Square;
src\Framework\System\Windows\Documents\CompositionAdorner.cs (3)
201
pen.
EndLineCap
= System.Windows.Media.PenLineCap.Round;
221
pen.
EndLineCap
= System.Windows.Media.PenLineCap.Round;
227
pen.
EndLineCap
= System.Windows.Media.PenLineCap.Round;
src\Framework\System\Windows\Shapes\Shape.cs (1)
501
_pen.
EndLineCap
= StrokeEndLineCap;
2 references to EndLineCap
PresentationCore (2)
Core\CSharp\System\Windows\Media\Generated\Pen.cs (1)
422
data.EndLineCap =
EndLineCap
;
Core\CSharp\System\Windows\Media\Pen.cs (1)
128
pData->EndLineCap = GetInternalCapType(
EndLineCap
);