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