5 writes to _currentStylusPoints
PresentationCore (5)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (5)
794_currentStylusPoints = new StylusPointCollection(rsir.StylusPointDescription, rsir.GetRawPacketData(), GetTabletToElementTransform(null), Matrix.Identity); 805_currentStylusPoints = rsir.RawStylusInput.GetStylusPoints(transformToElement); 863_currentStylusPoints = new StylusPointCollection(flickPoint.Description, 1119_currentStylusPoints = report.RawStylusInput.GetStylusPoints(transformToElement); 1123_currentStylusPoints =
14 references to _currentStylusPoints
PresentationCore (14)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (14)
346return _currentStylusPoints[_currentStylusPoints.Count - 1]; 628if (_currentStylusPoints != null && 629_currentStylusPoints.Count > 0 && 630StylusPointDescription.AreCompatible(PointerTabletDevice.StylusPointDescription, _currentStylusPoints.Description)) 632StylusPoint stylusPoint = _currentStylusPoints[_currentStylusPoints.Count - 1]; 675if (_currentStylusPoints == null) 679return _currentStylusPoints.Clone(StylusDevice.GetElementTransform(relativeTo), _currentStylusPoints.Description); 690if (_currentStylusPoints == null) 695return _currentStylusPoints.Reformat(subsetToReformatTo, StylusDevice.GetElementTransform(relativeTo)); 858StylusPoint flickPoint = _currentStylusPoints[_currentStylusPoints.Count - 1];