1 write to _pen
PresentationFramework (1)
src\Framework\MS\Internal\Ink\LassoHelper.cs (1)
315
_pen
= new Pen(new SolidColorBrush(DotCircumferenceColor), DotCircumferenceThickness);
3 references to _pen
PresentationFramework (3)
src\Framework\MS\Internal\Ink\LassoHelper.cs (3)
156
dc.DrawEllipse(_brush,
_pen
, lassoPoint, DotRadius, DotRadius);
316
_pen
.LineJoin = PenLineJoin.Round;
317
_pen
.Freeze();