6 writes to _eventStylusPoints
PresentationCore (6)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (6)
1345
_eventStylusPoints
= report.RawStylusInput.GetStylusPoints(transformToElement);
1349
_eventStylusPoints
=
1402
_eventStylusPoints
=
1421
_eventStylusPoints
= _eventStylusPoints.Reformat(report.StylusPointDescription, additionalTransform);
1621
_eventStylusPoints
= new StylusPointCollection(stylusPoint.Description,
1641
_eventStylusPoints
= _eventStylusPoints.Reformat(report.StylusPointDescription, additionalTransform);
24 references to _eventStylusPoints
PresentationCore (24)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (24)
344
if (
_eventStylusPoints
!= null &&
345
_eventStylusPoints
.Count > 0 &&
346
StylusPointDescription.AreCompatible(penContext.StylusPointDescription,
_eventStylusPoints
.Description))
348
StylusPoint stylusPoint =
_eventStylusPoints
[
_eventStylusPoints
.Count - 1];
1115
if (
_eventStylusPoints
== null)
1119
return
_eventStylusPoints
.Clone(StylusDevice.GetElementTransform(relativeTo),
_eventStylusPoints
.Description);
1131
if (
_eventStylusPoints
== null)
1136
return
_eventStylusPoints
.Reformat(subsetToReformatTo, StylusDevice.GetElementTransform(relativeTo));
1408
PresentationSource inputSource = DetermineValidSource(report.InputSource,
_eventStylusPoints
, report.PenContext.Contexts);
1421
_eventStylusPoints =
_eventStylusPoints
.Reformat(report.StylusPointDescription, additionalTransform);
1424
_rawPosition =
_eventStylusPoints
[
_eventStylusPoints
.Count - 1];
1468
Point dragPosition = (Point)
_eventStylusPoints
[0];
1613
if (report != null && report.InputSource != null &&
_eventStylusPoints
!= null &&
_eventStylusPoints
.Count > 0)
1615
StylusPoint stylusPoint =
_eventStylusPoints
[
_eventStylusPoints
.Count - 1];
1626
PresentationSource inputSource = DetermineValidSource(report.InputSource,
_eventStylusPoints
, report.PenContext.Contexts);
1641
_eventStylusPoints =
_eventStylusPoints
.Reformat(report.StylusPointDescription, additionalTransform);
1644
_rawPosition =
_eventStylusPoints
[
_eventStylusPoints
.Count - 1];
1729
DetermineValidSource(_inputSource,
_eventStylusPoints
, null) : null;