5 references to DrawingAttributesChanged
PresentationCore (5)
System\Windows\Ink\IncrementalHitTester.cs (2)
721_stroke.DrawingAttributesChanged += new PropertyDataChangedEventHandler(OnStrokeDrawingAttributesChanged); 856_stroke.DrawingAttributesChanged -= new PropertyDataChangedEventHandler(OnStrokeDrawingAttributesChanged);
System\Windows\Ink\Stroke.cs (3)
88clone.DrawingAttributesChanged = null; 590if (DrawingAttributesChanged != null) 592DrawingAttributesChanged(this, e);