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