5 references to DrawingAttributesChanged
PresentationCore (5)
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (2)
741_stroke.DrawingAttributesChanged += new PropertyDataChangedEventHandler(OnStrokeDrawingAttributesChanged); 876_stroke.DrawingAttributesChanged -= new PropertyDataChangedEventHandler(OnStrokeDrawingAttributesChanged);
Core\CSharp\System\Windows\Ink\Stroke.cs (3)
110clone.DrawingAttributesChanged = null; 619if (DrawingAttributesChanged != null) 621DrawingAttributesChanged(this, e);