2 writes to _stroke
PresentationCore (2)
System\Windows\Ink\IncrementalHitTester.cs (2)
717
_stroke
= stroke;
861
_stroke
= null;
14 references to _stroke
PresentationCore (14)
System\Windows\Ink\IncrementalHitTester.cs (14)
721
_stroke
.DrawingAttributesChanged += new PropertyDataChangedEventHandler(OnStrokeDrawingAttributesChanged);
722
_stroke
.StylusPointsReplaced += new StylusPointsReplacedEventHandler(OnStylusPointsReplaced);
723
_stroke
.StylusPoints.Changed += new EventHandler(OnStylusPointsChanged);
724
_stroke
.DrawingAttributesReplaced += new DrawingAttributesReplacedEventHandler(OnDrawingAttributesReplaced);
728
internal Stroke Stroke { get { return
_stroke
; } }
757
if (
_stroke
.DrawingAttributes.FitToCurve)
759
_stylusPoints =
_stroke
.GetBezierStylusPoints();
763
_stylusPoints =
_stroke
.StylusPoints;
853
if (
_stroke
!= null)
856
_stroke
.DrawingAttributesChanged -= new PropertyDataChangedEventHandler(OnStrokeDrawingAttributesChanged);
857
_stroke
.StylusPointsReplaced -= new StylusPointsReplacedEventHandler(OnStylusPointsReplaced);
858
_stroke
.StylusPoints.Changed -= new EventHandler(OnStylusPointsChanged);
859
_stroke
.DrawingAttributesReplaced -= new DrawingAttributesReplacedEventHandler(OnDrawingAttributesReplaced);
918
_bounds =
_stroke
.GetBounds();