7 references to DrawingAttributesReplaced
PresentationCore (5)
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (2)
744
_stroke.
DrawingAttributesReplaced
+= new DrawingAttributesReplacedEventHandler(OnDrawingAttributesReplaced);
879
_stroke.
DrawingAttributesReplaced
-= new DrawingAttributesReplacedEventHandler(OnDrawingAttributesReplaced);
Core\CSharp\System\Windows\Ink\Stroke.cs (3)
111
clone.
DrawingAttributesReplaced
= null;
636
if (null != this.
DrawingAttributesReplaced
)
638
DrawingAttributesReplaced
(this, e);
PresentationFramework (2)
src\Framework\System\Windows\Controls\StickyNote.cs (2)
1621
s.
DrawingAttributesReplaced
+= new DrawingAttributesReplacedEventHandler(
1642
s.
DrawingAttributesReplaced
-= new DrawingAttributesReplacedEventHandler(