5 writes to _currentStylusPoints
PresentationCore (5)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (5)
794
_currentStylusPoints
= new StylusPointCollection(rsir.StylusPointDescription, rsir.GetRawPacketData(), GetTabletToElementTransform(null), Matrix.Identity);
805
_currentStylusPoints
= rsir.RawStylusInput.GetStylusPoints(transformToElement);
863
_currentStylusPoints
= new StylusPointCollection(flickPoint.Description,
1119
_currentStylusPoints
= report.RawStylusInput.GetStylusPoints(transformToElement);
1123
_currentStylusPoints
=
14 references to _currentStylusPoints
PresentationCore (14)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (14)
346
return
_currentStylusPoints
[
_currentStylusPoints
.Count - 1];
628
if (
_currentStylusPoints
!= null &&
629
_currentStylusPoints
.Count > 0 &&
630
StylusPointDescription.AreCompatible(PointerTabletDevice.StylusPointDescription,
_currentStylusPoints
.Description))
632
StylusPoint stylusPoint =
_currentStylusPoints
[
_currentStylusPoints
.Count - 1];
675
if (
_currentStylusPoints
== null)
679
return
_currentStylusPoints
.Clone(StylusDevice.GetElementTransform(relativeTo),
_currentStylusPoints
.Description);
690
if (
_currentStylusPoints
== null)
695
return
_currentStylusPoints
.Reformat(subsetToReformatTo, StylusDevice.GetElementTransform(relativeTo));
858
StylusPoint flickPoint =
_currentStylusPoints
[
_currentStylusPoints
.Count - 1];