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