2 writes to _stroke
PresentationCore (2)
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (2)
737
_stroke
= stroke;
881
_stroke
= null;
14 references to _stroke
PresentationCore (14)
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (14)
741
_stroke
.DrawingAttributesChanged += new PropertyDataChangedEventHandler(OnStrokeDrawingAttributesChanged);
742
_stroke
.StylusPointsReplaced += new StylusPointsReplacedEventHandler(OnStylusPointsReplaced);
743
_stroke
.StylusPoints.Changed += new EventHandler(OnStylusPointsChanged);
744
_stroke
.DrawingAttributesReplaced += new DrawingAttributesReplacedEventHandler(OnDrawingAttributesReplaced);
748
internal Stroke Stroke { get { return
_stroke
; } }
777
if (
_stroke
.DrawingAttributes.FitToCurve)
779
_stylusPoints =
_stroke
.GetBezierStylusPoints();
783
_stylusPoints =
_stroke
.StylusPoints;
873
if (
_stroke
!= null)
876
_stroke
.DrawingAttributesChanged -= new PropertyDataChangedEventHandler(OnStrokeDrawingAttributesChanged);
877
_stroke
.StylusPointsReplaced -= new StylusPointsReplacedEventHandler(OnStylusPointsReplaced);
878
_stroke
.StylusPoints.Changed -= new EventHandler(OnStylusPointsChanged);
879
_stroke
.DrawingAttributesReplaced -= new DrawingAttributesReplacedEventHandler(OnDrawingAttributesReplaced);
938
_bounds =
_stroke
.GetBounds();