5 references to DrawingAttributesChanged
PresentationCore (5)
System\Windows\Ink\IncrementalHitTester.cs (2)
730_stroke.DrawingAttributesChanged += new PropertyDataChangedEventHandler(OnStrokeDrawingAttributesChanged); 865_stroke.DrawingAttributesChanged -= new PropertyDataChangedEventHandler(OnStrokeDrawingAttributesChanged);
System\Windows\Ink\Stroke.cs (3)
103clone.DrawingAttributesChanged = null; 605if (DrawingAttributesChanged != null) 607DrawingAttributesChanged(this, e);