6 writes to _eventStylusPoints
PresentationCore (6)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (6)
1344_eventStylusPoints = report.RawStylusInput.GetStylusPoints(transformToElement); 1348_eventStylusPoints = 1401_eventStylusPoints = 1420_eventStylusPoints = _eventStylusPoints.Reformat(report.StylusPointDescription, additionalTransform); 1620_eventStylusPoints = new StylusPointCollection(stylusPoint.Description, 1640_eventStylusPoints = _eventStylusPoints.Reformat(report.StylusPointDescription, additionalTransform);
24 references to _eventStylusPoints
PresentationCore (24)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (24)
337if (_eventStylusPoints != null && 338_eventStylusPoints.Count > 0 && 339StylusPointDescription.AreCompatible(penContext.StylusPointDescription, _eventStylusPoints.Description)) 341StylusPoint stylusPoint = _eventStylusPoints[_eventStylusPoints.Count - 1]; 1114if (_eventStylusPoints == null) 1118return _eventStylusPoints.Clone(StylusDevice.GetElementTransform(relativeTo), _eventStylusPoints.Description); 1130if (_eventStylusPoints == null) 1135return _eventStylusPoints.Reformat(subsetToReformatTo, StylusDevice.GetElementTransform(relativeTo)); 1407PresentationSource inputSource = DetermineValidSource(report.InputSource, _eventStylusPoints, report.PenContext.Contexts); 1420_eventStylusPoints = _eventStylusPoints.Reformat(report.StylusPointDescription, additionalTransform); 1423_rawPosition = _eventStylusPoints[_eventStylusPoints.Count - 1]; 1467Point dragPosition = (Point)_eventStylusPoints[0]; 1612if (report != null && report.InputSource != null && _eventStylusPoints != null && _eventStylusPoints.Count > 0) 1614StylusPoint stylusPoint = _eventStylusPoints[_eventStylusPoints.Count - 1]; 1625PresentationSource inputSource = DetermineValidSource(report.InputSource, _eventStylusPoints, report.PenContext.Contexts); 1640_eventStylusPoints = _eventStylusPoints.Reformat(report.StylusPointDescription, additionalTransform); 1643_rawPosition = _eventStylusPoints[_eventStylusPoints.Count - 1]; 1730DetermineValidSource(_inputSource, _eventStylusPoints, null) : null;