5 writes to _currentStylusPoints
PresentationCore (5)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (5)
793_currentStylusPoints = new StylusPointCollection(rsir.StylusPointDescription, rsir.GetRawPacketData(), GetTabletToElementTransform(null), Matrix.Identity); 804_currentStylusPoints = rsir.RawStylusInput.GetStylusPoints(transformToElement); 862_currentStylusPoints = new StylusPointCollection(flickPoint.Description, 1114_currentStylusPoints = report.RawStylusInput.GetStylusPoints(transformToElement); 1118_currentStylusPoints =
14 references to _currentStylusPoints
PresentationCore (14)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (14)
347return _currentStylusPoints[_currentStylusPoints.Count - 1]; 629if (_currentStylusPoints != null && 630_currentStylusPoints.Count > 0 && 631StylusPointDescription.AreCompatible(PointerTabletDevice.StylusPointDescription, _currentStylusPoints.Description)) 633StylusPoint stylusPoint = _currentStylusPoints[_currentStylusPoints.Count - 1]; 674if (_currentStylusPoints == null) 678return _currentStylusPoints.Clone(StylusDevice.GetElementTransform(relativeTo), _currentStylusPoints.Description); 689if (_currentStylusPoints == null) 694return _currentStylusPoints.Reformat(subsetToReformatTo, StylusDevice.GetElementTransform(relativeTo)); 857StylusPoint flickPoint = _currentStylusPoints[_currentStylusPoints.Count - 1];