6 writes to _eventStylusPoints
PresentationCore (6)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (6)
1342_eventStylusPoints = report.RawStylusInput.GetStylusPoints(transformToElement); 1346_eventStylusPoints = 1399_eventStylusPoints = 1418_eventStylusPoints = _eventStylusPoints.Reformat(report.StylusPointDescription, additionalTransform); 1618_eventStylusPoints = new StylusPointCollection(stylusPoint.Description, 1638_eventStylusPoints = _eventStylusPoints.Reformat(report.StylusPointDescription, additionalTransform);
24 references to _eventStylusPoints
PresentationCore (24)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (24)
341if (_eventStylusPoints != null && 342_eventStylusPoints.Count > 0 && 343StylusPointDescription.AreCompatible(penContext.StylusPointDescription, _eventStylusPoints.Description)) 345StylusPoint stylusPoint = _eventStylusPoints[_eventStylusPoints.Count - 1]; 1112if (_eventStylusPoints == null) 1116return _eventStylusPoints.Clone(StylusDevice.GetElementTransform(relativeTo), _eventStylusPoints.Description); 1128if (_eventStylusPoints == null) 1133return _eventStylusPoints.Reformat(subsetToReformatTo, StylusDevice.GetElementTransform(relativeTo)); 1405PresentationSource inputSource = DetermineValidSource(report.InputSource, _eventStylusPoints, report.PenContext.Contexts); 1418_eventStylusPoints = _eventStylusPoints.Reformat(report.StylusPointDescription, additionalTransform); 1421_rawPosition = _eventStylusPoints[_eventStylusPoints.Count - 1]; 1465Point dragPosition = (Point)_eventStylusPoints[0]; 1610if (report != null && report.InputSource != null && _eventStylusPoints != null && _eventStylusPoints.Count > 0) 1612StylusPoint stylusPoint = _eventStylusPoints[_eventStylusPoints.Count - 1]; 1623PresentationSource inputSource = DetermineValidSource(report.InputSource, _eventStylusPoints, report.PenContext.Contexts); 1638_eventStylusPoints = _eventStylusPoints.Reformat(report.StylusPointDescription, additionalTransform); 1641_rawPosition = _eventStylusPoints[_eventStylusPoints.Count - 1]; 1726DetermineValidSource(_inputSource, _eventStylusPoints, null) : null;