3 references to OnStrokeInvalidated
PresentationFramework (3)
MS\Internal\Ink\InkCanvasSelection.cs (3)
620
s.Invalidated -= new EventHandler(this.
OnStrokeInvalidated
);
636
s.Invalidated += new EventHandler(this.
OnStrokeInvalidated
);
795
s.Invalidated -= new EventHandler(this.
OnStrokeInvalidated
);