6 references to Square
PresentationCore (4)
Core\CSharp\System\Windows\Media\Generated\Pen.cs (2)
569
internal const PenLineCap c_DashCap = PenLineCap.
Square
;
639
PenLineCap.
Square
,
Core\CSharp\System\Windows\Media\Pen.cs (1)
95
Debug.Assert((MIL_PEN_CAP)PenLineCap.
Square
== MIL_PEN_CAP.MilPenCapSquare);
Shared\MS\Internal\Generated\PenLineCapValidation.cs (1)
43
(value == PenLineCap.
Square
) ||
PresentationFramework (2)
src\Framework\MS\Internal\Controls\InkCanvasSelectionAdorner.cs (2)
79
squareCapPen.StartLineCap = PenLineCap.
Square
;
80
squareCapPen.EndLineCap = PenLineCap.
Square
;