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)
355
return
_currentStylusPoints
[
_currentStylusPoints
.Count - 1];
637
if (
_currentStylusPoints
!= null &&
638
_currentStylusPoints
.Count > 0 &&
639
StylusPointDescription.AreCompatible(PointerTabletDevice.StylusPointDescription,
_currentStylusPoints
.Description))
641
StylusPoint stylusPoint =
_currentStylusPoints
[
_currentStylusPoints
.Count - 1];
682
if (
_currentStylusPoints
== null)
686
return
_currentStylusPoints
.Clone(StylusDevice.GetElementTransform(relativeTo),
_currentStylusPoints
.Description);
697
if (
_currentStylusPoints
== null)
702
return
_currentStylusPoints
.Reformat(subsetToReformatTo, StylusDevice.GetElementTransform(relativeTo));
865
StylusPoint flickPoint =
_currentStylusPoints
[
_currentStylusPoints
.Count - 1];