3 references to Round
PresentationCore (2)
Core\CSharp\System\Windows\Media\Pen.cs (1)
106Debug.Assert((MIL_PEN_JOIN)PenLineJoin.Round == MIL_PEN_JOIN.MilPenJoinRound);
Shared\MS\Internal\Generated\PenLineJoinValidation.cs (1)
44(value == PenLineJoin.Round);
PresentationFramework (1)
src\Framework\MS\Internal\Ink\LassoHelper.cs (1)
316_pen.LineJoin = PenLineJoin.Round;