2 writes to _stroke
PresentationCore (2)
System\Windows\Ink\IncrementalHitTester.cs (2)
726_stroke = stroke; 870_stroke = null;
14 references to _stroke
PresentationCore (14)
System\Windows\Ink\IncrementalHitTester.cs (14)
730_stroke.DrawingAttributesChanged += new PropertyDataChangedEventHandler(OnStrokeDrawingAttributesChanged); 731_stroke.StylusPointsReplaced += new StylusPointsReplacedEventHandler(OnStylusPointsReplaced); 732_stroke.StylusPoints.Changed += new EventHandler(OnStylusPointsChanged); 733_stroke.DrawingAttributesReplaced += new DrawingAttributesReplacedEventHandler(OnDrawingAttributesReplaced); 737internal Stroke Stroke { get { return _stroke; } } 766if (_stroke.DrawingAttributes.FitToCurve) 768_stylusPoints = _stroke.GetBezierStylusPoints(); 772_stylusPoints = _stroke.StylusPoints; 862if (_stroke != null) 865_stroke.DrawingAttributesChanged -= new PropertyDataChangedEventHandler(OnStrokeDrawingAttributesChanged); 866_stroke.StylusPointsReplaced -= new StylusPointsReplacedEventHandler(OnStylusPointsReplaced); 867_stroke.StylusPoints.Changed -= new EventHandler(OnStylusPointsChanged); 868_stroke.DrawingAttributesReplaced -= new DrawingAttributesReplacedEventHandler(OnDrawingAttributesReplaced); 927_bounds = _stroke.GetBounds();