2 references to OnDrawingAttributesReplaced
PresentationCore (2)
System\Windows\Ink\IncrementalHitTester.cs (2)
720
_stroke.DrawingAttributesReplaced += new DrawingAttributesReplacedEventHandler(
OnDrawingAttributesReplaced
);
855
_stroke.DrawingAttributesReplaced -= new DrawingAttributesReplacedEventHandler(
OnDrawingAttributesReplaced
);