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); 724internal Stroke Stroke { get { return _stroke; } } 753if (_stroke.DrawingAttributes.FitToCurve) 755_stylusPoints = _stroke.GetBezierStylusPoints(); 759_stylusPoints = _stroke.StylusPoints; 849if (_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();