1 write to _hatchPen
PresentationFramework (1)
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
92
_hatchPen
= new Pen(tileBrush, HatchBorderMargin);
2 references to _hatchPen
PresentationFramework (2)
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (2)
93
_hatchPen
.Freeze();
341
drawingContext.DrawGeometry(null,
_hatchPen
, outlineGeometry);