3 references to OnStrokeInvalidated
PresentationFramework (3)
MS\Internal\Ink\InkCanvasSelection.cs (3)
616
s.Invalidated -= new EventHandler(this.
OnStrokeInvalidated
);
629
s.Invalidated += new EventHandler(this.
OnStrokeInvalidated
);
788
s.Invalidated -= new EventHandler(this.
OnStrokeInvalidated
);