1 write to _pen
PresentationFramework (1)
MS\Internal\Ink\LassoHelper.cs (1)
311
_pen
= new Pen(new SolidColorBrush(DotCircumferenceColor), DotCircumferenceThickness);
3 references to _pen
PresentationFramework (3)
MS\Internal\Ink\LassoHelper.cs (3)
152
dc.DrawEllipse(_brush,
_pen
, lassoPoint, DotRadius, DotRadius);
312
_pen
.LineJoin = PenLineJoin.Round;
313
_pen
.Freeze();