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