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