3 references to StylusPoints_Changed
PresentationCore (3)
System\Windows\Ink\Stroke.cs (3)
68
_stylusPoints.Changed += new EventHandler(
StylusPoints_Changed
);
519
_stylusPoints.Changed -= new EventHandler(
StylusPoints_Changed
);
524
_stylusPoints.Changed += new EventHandler(
StylusPoints_Changed
);