3 references to OnStrokeInvalidated
PresentationFramework (3)
MS\Internal\Ink\InkCanvasSelection.cs (3)
632
s.Invalidated -= new EventHandler(this.
OnStrokeInvalidated
);
648
s.Invalidated += new EventHandler(this.
OnStrokeInvalidated
);
807
s.Invalidated -= new EventHandler(this.
OnStrokeInvalidated
);