5 references to DrawingAttributesChanged
PresentationCore (5)
System\Windows\Ink\IncrementalHitTester.cs (2)
717_stroke.DrawingAttributesChanged += new PropertyDataChangedEventHandler(OnStrokeDrawingAttributesChanged); 852_stroke.DrawingAttributesChanged -= new PropertyDataChangedEventHandler(OnStrokeDrawingAttributesChanged);
System\Windows\Ink\Stroke.cs (3)
87clone.DrawingAttributesChanged = null; 589if (DrawingAttributesChanged != null) 591DrawingAttributesChanged(this, e);