7 references to DrawingAttributesReplaced
PresentationCore (5)
System\Windows\Ink\IncrementalHitTester.cs (2)
733
_stroke.
DrawingAttributesReplaced
+= new DrawingAttributesReplacedEventHandler(OnDrawingAttributesReplaced);
868
_stroke.
DrawingAttributesReplaced
-= new DrawingAttributesReplacedEventHandler(OnDrawingAttributesReplaced);
System\Windows\Ink\Stroke.cs (3)
104
clone.
DrawingAttributesReplaced
= null;
619
if (null != this.
DrawingAttributesReplaced
)
621
DrawingAttributesReplaced
(this, e);
PresentationFramework (2)
System\Windows\Controls\StickyNote.cs (2)
1611
s.
DrawingAttributesReplaced
+= new DrawingAttributesReplacedEventHandler(
1632
s.
DrawingAttributesReplaced
-= new DrawingAttributesReplacedEventHandler(