6 writes to _eventStylusPoints
PresentationCore (6)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (6)
1345_eventStylusPoints = report.RawStylusInput.GetStylusPoints(transformToElement); 1349_eventStylusPoints = 1402_eventStylusPoints = 1421_eventStylusPoints = _eventStylusPoints.Reformat(report.StylusPointDescription, additionalTransform); 1621_eventStylusPoints = new StylusPointCollection(stylusPoint.Description, 1641_eventStylusPoints = _eventStylusPoints.Reformat(report.StylusPointDescription, additionalTransform);
24 references to _eventStylusPoints
PresentationCore (24)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (24)
344if (_eventStylusPoints != null && 345_eventStylusPoints.Count > 0 && 346StylusPointDescription.AreCompatible(penContext.StylusPointDescription, _eventStylusPoints.Description)) 348StylusPoint stylusPoint = _eventStylusPoints[_eventStylusPoints.Count - 1]; 1115if (_eventStylusPoints == null) 1119return _eventStylusPoints.Clone(StylusDevice.GetElementTransform(relativeTo), _eventStylusPoints.Description); 1131if (_eventStylusPoints == null) 1136return _eventStylusPoints.Reformat(subsetToReformatTo, StylusDevice.GetElementTransform(relativeTo)); 1408PresentationSource inputSource = DetermineValidSource(report.InputSource, _eventStylusPoints, report.PenContext.Contexts); 1421_eventStylusPoints = _eventStylusPoints.Reformat(report.StylusPointDescription, additionalTransform); 1424_rawPosition = _eventStylusPoints[_eventStylusPoints.Count - 1]; 1468Point dragPosition = (Point)_eventStylusPoints[0]; 1613if (report != null && report.InputSource != null && _eventStylusPoints != null && _eventStylusPoints.Count > 0) 1615StylusPoint stylusPoint = _eventStylusPoints[_eventStylusPoints.Count - 1]; 1626PresentationSource inputSource = DetermineValidSource(report.InputSource, _eventStylusPoints, report.PenContext.Contexts); 1641_eventStylusPoints = _eventStylusPoints.Reformat(report.StylusPointDescription, additionalTransform); 1644_rawPosition = _eventStylusPoints[_eventStylusPoints.Count - 1]; 1729DetermineValidSource(_inputSource, _eventStylusPoints, null) : null;