5 writes to _currentStylusPoints
PresentationCore (5)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (5)
793
_currentStylusPoints
= new StylusPointCollection(rsir.StylusPointDescription, rsir.GetRawPacketData(), GetTabletToElementTransform(null), Matrix.Identity);
804
_currentStylusPoints
= rsir.RawStylusInput.GetStylusPoints(transformToElement);
862
_currentStylusPoints
= new StylusPointCollection(flickPoint.Description,
1114
_currentStylusPoints
= report.RawStylusInput.GetStylusPoints(transformToElement);
1118
_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];
674
if (
_currentStylusPoints
== null)
678
return
_currentStylusPoints
.Clone(StylusDevice.GetElementTransform(relativeTo),
_currentStylusPoints
.Description);
689
if (
_currentStylusPoints
== null)
694
return
_currentStylusPoints
.Reformat(subsetToReformatTo, StylusDevice.GetElementTransform(relativeTo));
857
StylusPoint flickPoint =
_currentStylusPoints
[
_currentStylusPoints
.Count - 1];