5 writes to _currentStylusPoints
PresentationCore (5)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (5)
795
_currentStylusPoints
= new StylusPointCollection(rsir.StylusPointDescription, rsir.GetRawPacketData(), GetTabletToElementTransform(null), Matrix.Identity);
806
_currentStylusPoints
= rsir.RawStylusInput.GetStylusPoints(transformToElement);
864
_currentStylusPoints
= new StylusPointCollection(flickPoint.Description,
1120
_currentStylusPoints
= report.RawStylusInput.GetStylusPoints(transformToElement);
1124
_currentStylusPoints
=
14 references to _currentStylusPoints
PresentationCore (14)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (14)
347
return
_currentStylusPoints
[
_currentStylusPoints
.Count - 1];
629
if (
_currentStylusPoints
!= null &&
630
_currentStylusPoints
.Count > 0 &&
631
StylusPointDescription.AreCompatible(PointerTabletDevice.StylusPointDescription,
_currentStylusPoints
.Description))
633
StylusPoint stylusPoint =
_currentStylusPoints
[
_currentStylusPoints
.Count - 1];
676
if (
_currentStylusPoints
== null)
680
return
_currentStylusPoints
.Clone(StylusDevice.GetElementTransform(relativeTo),
_currentStylusPoints
.Description);
691
if (
_currentStylusPoints
== null)
696
return
_currentStylusPoints
.Reformat(subsetToReformatTo, StylusDevice.GetElementTransform(relativeTo));
859
StylusPoint flickPoint =
_currentStylusPoints
[
_currentStylusPoints
.Count - 1];