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); 728internal Stroke Stroke { get { return _stroke; } } 757if (_stroke.DrawingAttributes.FitToCurve) 759_stylusPoints = _stroke.GetBezierStylusPoints(); 763_stylusPoints = _stroke.StylusPoints; 853if (_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();