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