2 references to OnDrawingAttributesReplaced
PresentationCore (2)
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (2)
744
_stroke.DrawingAttributesReplaced += new DrawingAttributesReplacedEventHandler(
OnDrawingAttributesReplaced
);
879
_stroke.DrawingAttributesReplaced -= new DrawingAttributesReplacedEventHandler(
OnDrawingAttributesReplaced
);