3 references to StylusPoints_Changed
PresentationCore (3)
System\Windows\Ink\Stroke.cs (3)
83
_stylusPoints.Changed += new EventHandler(
StylusPoints_Changed
);
534
_stylusPoints.Changed -= new EventHandler(
StylusPoints_Changed
);
539
_stylusPoints.Changed += new EventHandler(
StylusPoints_Changed
);