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)
156dc.DrawEllipse(_brush, _pen, lassoPoint, DotRadius, DotRadius); 316_pen.LineJoin = PenLineJoin.Round; 317_pen.Freeze();