3 references to DrawingAttributes_Changed
PresentationCore (3)
Core\CSharp\System\Windows\Ink\Stroke.cs (3)
89
_drawingAttributes.AttributeChanged += new PropertyDataChangedEventHandler(
DrawingAttributes_Changed
);
492
_drawingAttributes.AttributeChanged -= new PropertyDataChangedEventHandler(
DrawingAttributes_Changed
);
511
_drawingAttributes.AttributeChanged += new PropertyDataChangedEventHandler(
DrawingAttributes_Changed
);