2 writes to _strokeDrawingAttributes
PresentationFramework (2)
src\Framework\MS\Internal\Ink\InkCollectionBehavior.cs (2)
279
_strokeDrawingAttributes
= this.InkCanvas.DefaultDrawingAttributes.Clone();
368
_strokeDrawingAttributes
= null;
2 references to _strokeDrawingAttributes
PresentationFramework (2)
src\Framework\MS\Internal\Ink\InkCollectionBehavior.cs (2)
353
Debug.Assert(
_strokeDrawingAttributes
!= null, "_strokeDrawingAttributes can not be null, did we not see a down?");
356
new Stroke(_stylusPoints,
_strokeDrawingAttributes
);