2 writes to _stroke
PresentationCore (2)
System\Windows\Ink\IncrementalHitTester.cs (2)
713
_stroke
= stroke;
857
_stroke
= null;
14 references to _stroke
PresentationCore (14)
System\Windows\Ink\IncrementalHitTester.cs (14)
717
_stroke
.DrawingAttributesChanged += new PropertyDataChangedEventHandler(OnStrokeDrawingAttributesChanged);
718
_stroke
.StylusPointsReplaced += new StylusPointsReplacedEventHandler(OnStylusPointsReplaced);
719
_stroke
.StylusPoints.Changed += new EventHandler(OnStylusPointsChanged);
720
_stroke
.DrawingAttributesReplaced += new DrawingAttributesReplacedEventHandler(OnDrawingAttributesReplaced);
724
internal Stroke Stroke { get { return
_stroke
; } }
753
if (
_stroke
.DrawingAttributes.FitToCurve)
755
_stylusPoints =
_stroke
.GetBezierStylusPoints();
759
_stylusPoints =
_stroke
.StylusPoints;
849
if (
_stroke
!= null)
852
_stroke
.DrawingAttributesChanged -= new PropertyDataChangedEventHandler(OnStrokeDrawingAttributesChanged);
853
_stroke
.StylusPointsReplaced -= new StylusPointsReplacedEventHandler(OnStylusPointsReplaced);
854
_stroke
.StylusPoints.Changed -= new EventHandler(OnStylusPointsChanged);
855
_stroke
.DrawingAttributesReplaced -= new DrawingAttributesReplacedEventHandler(OnDrawingAttributesReplaced);
914
_bounds =
_stroke
.GetBounds();