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