2 writes to _stroke
PresentationCore (2)
System\Windows\Ink\IncrementalHitTester.cs (2)
714
_stroke
= stroke;
858
_stroke
= null;
14 references to _stroke
PresentationCore (14)
System\Windows\Ink\IncrementalHitTester.cs (14)
718
_stroke
.DrawingAttributesChanged += new PropertyDataChangedEventHandler(OnStrokeDrawingAttributesChanged);
719
_stroke
.StylusPointsReplaced += new StylusPointsReplacedEventHandler(OnStylusPointsReplaced);
720
_stroke
.StylusPoints.Changed += new EventHandler(OnStylusPointsChanged);
721
_stroke
.DrawingAttributesReplaced += new DrawingAttributesReplacedEventHandler(OnDrawingAttributesReplaced);
725
internal Stroke Stroke { get { return
_stroke
; } }
754
if (
_stroke
.DrawingAttributes.FitToCurve)
756
_stylusPoints =
_stroke
.GetBezierStylusPoints();
760
_stylusPoints =
_stroke
.StylusPoints;
850
if (
_stroke
!= null)
853
_stroke
.DrawingAttributesChanged -= new PropertyDataChangedEventHandler(OnStrokeDrawingAttributesChanged);
854
_stroke
.StylusPointsReplaced -= new StylusPointsReplacedEventHandler(OnStylusPointsReplaced);
855
_stroke
.StylusPoints.Changed -= new EventHandler(OnStylusPointsChanged);
856
_stroke
.DrawingAttributesReplaced -= new DrawingAttributesReplacedEventHandler(OnDrawingAttributesReplaced);
915
_bounds =
_stroke
.GetBounds();