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)
353Debug.Assert(_strokeDrawingAttributes != null, "_strokeDrawingAttributes can not be null, did we not see a down?"); 356new Stroke(_stylusPoints, _strokeDrawingAttributes);