6 writes to _eventStylusPoints
PresentationCore (6)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (6)
1376_eventStylusPoints = report.RawStylusInput.GetStylusPoints(transformToElement); 1380_eventStylusPoints = 1433_eventStylusPoints = 1452_eventStylusPoints = _eventStylusPoints.Reformat(report.StylusPointDescription, additionalTransform); 1652_eventStylusPoints = new StylusPointCollection(stylusPoint.Description, 1672_eventStylusPoints = _eventStylusPoints.Reformat(report.StylusPointDescription, additionalTransform);
24 references to _eventStylusPoints
PresentationCore (24)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (24)
375if (_eventStylusPoints != null && 376_eventStylusPoints.Count > 0 && 377StylusPointDescription.AreCompatible(penContext.StylusPointDescription, _eventStylusPoints.Description)) 379StylusPoint stylusPoint = _eventStylusPoints[_eventStylusPoints.Count - 1]; 1146if (_eventStylusPoints == null) 1150return _eventStylusPoints.Clone(StylusDevice.GetElementTransform(relativeTo), _eventStylusPoints.Description); 1162if (_eventStylusPoints == null) 1167return _eventStylusPoints.Reformat(subsetToReformatTo, StylusDevice.GetElementTransform(relativeTo)); 1439PresentationSource inputSource = DetermineValidSource(report.InputSource, _eventStylusPoints, report.PenContext.Contexts); 1452_eventStylusPoints = _eventStylusPoints.Reformat(report.StylusPointDescription, additionalTransform); 1455_rawPosition = _eventStylusPoints[_eventStylusPoints.Count - 1]; 1499Point dragPosition = (Point)_eventStylusPoints[0]; 1644if (report != null && report.InputSource != null && _eventStylusPoints != null && _eventStylusPoints.Count > 0) 1646StylusPoint stylusPoint = _eventStylusPoints[_eventStylusPoints.Count - 1]; 1657PresentationSource inputSource = DetermineValidSource(report.InputSource, _eventStylusPoints, report.PenContext.Contexts); 1672_eventStylusPoints = _eventStylusPoints.Reformat(report.StylusPointDescription, additionalTransform); 1675_rawPosition = _eventStylusPoints[_eventStylusPoints.Count - 1]; 1760DetermineValidSource(_inputSource.Value, _eventStylusPoints, null) : null;