5 writes to _currentStylusPoints
PresentationCore (5)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (5)
801_currentStylusPoints = new StylusPointCollection(rsir.StylusPointDescription, rsir.GetRawPacketData(), GetTabletToElementTransform(null), Matrix.Identity); 812_currentStylusPoints = rsir.RawStylusInput.GetStylusPoints(transformToElement); 870_currentStylusPoints = new StylusPointCollection(flickPoint.Description, 1122_currentStylusPoints = report.RawStylusInput.GetStylusPoints(transformToElement); 1126_currentStylusPoints =
14 references to _currentStylusPoints
PresentationCore (14)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (14)
355return _currentStylusPoints[_currentStylusPoints.Count - 1]; 637if (_currentStylusPoints != null && 638_currentStylusPoints.Count > 0 && 639StylusPointDescription.AreCompatible(PointerTabletDevice.StylusPointDescription, _currentStylusPoints.Description)) 641StylusPoint stylusPoint = _currentStylusPoints[_currentStylusPoints.Count - 1]; 682if (_currentStylusPoints == null) 686return _currentStylusPoints.Clone(StylusDevice.GetElementTransform(relativeTo), _currentStylusPoints.Description); 697if (_currentStylusPoints == null) 702return _currentStylusPoints.Reformat(subsetToReformatTo, StylusDevice.GetElementTransform(relativeTo)); 865StylusPoint flickPoint = _currentStylusPoints[_currentStylusPoints.Count - 1];