7 references to DrawingAttributesReplaced
PresentationCore (5)
System\Windows\Ink\IncrementalHitTester.cs (2)
720
_stroke.
DrawingAttributesReplaced
+= new DrawingAttributesReplacedEventHandler(OnDrawingAttributesReplaced);
855
_stroke.
DrawingAttributesReplaced
-= new DrawingAttributesReplacedEventHandler(OnDrawingAttributesReplaced);
System\Windows\Ink\Stroke.cs (3)
88
clone.
DrawingAttributesReplaced
= null;
603
if (null != this.
DrawingAttributesReplaced
)
605
DrawingAttributesReplaced
(this, e);
PresentationFramework (2)
System\Windows\Controls\StickyNote.cs (2)
1563
s.
DrawingAttributesReplaced
+= new DrawingAttributesReplacedEventHandler(
1584
s.
DrawingAttributesReplaced
-= new DrawingAttributesReplacedEventHandler(