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); 748internal Stroke Stroke { get { return _stroke; } } 777if (_stroke.DrawingAttributes.FitToCurve) 779_stylusPoints = _stroke.GetBezierStylusPoints(); 783_stylusPoints = _stroke.StylusPoints; 873if (_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();