12 references to Round
PresentationCore (2)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Generated\PenLineCapValidation.cs (1)
39
(value == PenLineCap.
Round
) ||
System\Windows\Media\Pen.cs (1)
86
Debug.Assert((MIL_PEN_CAP)PenLineCap.
Round
== MIL_PEN_CAP.MilPenCapRound);
PresentationFramework (10)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (2)
590
marker.StrokeEndLineCap = PenLineCap.
Round
;
591
marker.StrokeStartLineCap = PenLineCap.
Round
;
System\Windows\Documents\CompositionAdorner.cs (8)
194
pen.DashCap = System.Windows.Media.PenLineCap.
Round
;
195
pen.StartLineCap = System.Windows.Media.PenLineCap.
Round
;
196
pen.EndLineCap = System.Windows.Media.PenLineCap.
Round
;
214
pen.DashCap = System.Windows.Media.PenLineCap.
Round
;
215
pen.StartLineCap = System.Windows.Media.PenLineCap.
Round
;
216
pen.EndLineCap = System.Windows.Media.PenLineCap.
Round
;
221
pen.StartLineCap = System.Windows.Media.PenLineCap.
Round
;
222
pen.EndLineCap = System.Windows.Media.PenLineCap.
Round
;