3 references to StylusPoints_Changed
PresentationCore (3)
System\Windows\Ink\Stroke.cs (3)
67
_stylusPoints.Changed += new EventHandler(
StylusPoints_Changed
);
518
_stylusPoints.Changed -= new EventHandler(
StylusPoints_Changed
);
523
_stylusPoints.Changed += new EventHandler(
StylusPoints_Changed
);