2 writes to _strokeDrawingAttributes
PresentationFramework (2)
MS\Internal\Ink\InkCollectionBehavior.cs (2)
237
_strokeDrawingAttributes
= this.InkCanvas.DefaultDrawingAttributes.Clone();
306
_strokeDrawingAttributes
= null;
2 references to _strokeDrawingAttributes
PresentationFramework (2)
MS\Internal\Ink\InkCollectionBehavior.cs (2)
291
Debug.Assert(
_strokeDrawingAttributes
!= null, "_strokeDrawingAttributes can not be null, did we not see a down?");
294
new Stroke(_stylusPoints,
_strokeDrawingAttributes
);