3 writes to _drawingAttributes
PresentationCore (3)
Core\CSharp\System\Windows\Ink\Stroke.cs (3)
77
_drawingAttributes
= drawingAttributes;
125
clone.
_drawingAttributes
= _drawingAttributes.Clone();
498
_drawingAttributes
= value;
10 references to _drawingAttributes
PresentationCore (10)
Core\CSharp\System\Windows\Ink\Stroke.cs (10)
89
_drawingAttributes
.AttributeChanged += new PropertyDataChangedEventHandler(DrawingAttributes_Changed);
125
clone._drawingAttributes =
_drawingAttributes
.Clone();
199
Matrix newMatrix =
_drawingAttributes
.StylusTipTransform;
209
_drawingAttributes
.StylusTipTransform = newMatrix;
483
return
_drawingAttributes
;
492
_drawingAttributes
.AttributeChanged -= new PropertyDataChangedEventHandler(DrawingAttributes_Changed);
495
new DrawingAttributesReplacedEventArgs(value,
_drawingAttributes
);
497
DrawingAttributes previousDa =
_drawingAttributes
;
504
if (false == DrawingAttributes.GeometricallyEqual(previousDa,
_drawingAttributes
))
511
_drawingAttributes
.AttributeChanged += new PropertyDataChangedEventHandler(DrawingAttributes_Changed);