3 references to StylusPoints_Changed
PresentationCore (3)
Core\CSharp\System\Windows\Ink\Stroke.cs (3)
90
_stylusPoints.Changed += new EventHandler(
StylusPoints_Changed
);
548
_stylusPoints.Changed -= new EventHandler(
StylusPoints_Changed
);
553
_stylusPoints.Changed += new EventHandler(
StylusPoints_Changed
);