3 references to OnStrokeInvalidated
PresentationFramework (3)
MS\Internal\Ink\InkCanvasSelection.cs (3)
619
s.Invalidated -= new EventHandler(this.
OnStrokeInvalidated
);
635
s.Invalidated += new EventHandler(this.
OnStrokeInvalidated
);
794
s.Invalidated -= new EventHandler(this.
OnStrokeInvalidated
);