6 writes to _eventStylusPoints
PresentationCore (6)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (6)
1344
_eventStylusPoints
= report.RawStylusInput.GetStylusPoints(transformToElement);
1348
_eventStylusPoints
=
1401
_eventStylusPoints
=
1420
_eventStylusPoints
= _eventStylusPoints.Reformat(report.StylusPointDescription, additionalTransform);
1620
_eventStylusPoints
= new StylusPointCollection(stylusPoint.Description,
1640
_eventStylusPoints
= _eventStylusPoints.Reformat(report.StylusPointDescription, additionalTransform);
24 references to _eventStylusPoints
PresentationCore (24)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (24)
337
if (
_eventStylusPoints
!= null &&
338
_eventStylusPoints
.Count > 0 &&
339
StylusPointDescription.AreCompatible(penContext.StylusPointDescription,
_eventStylusPoints
.Description))
341
StylusPoint stylusPoint =
_eventStylusPoints
[
_eventStylusPoints
.Count - 1];
1114
if (
_eventStylusPoints
== null)
1118
return
_eventStylusPoints
.Clone(StylusDevice.GetElementTransform(relativeTo),
_eventStylusPoints
.Description);
1130
if (
_eventStylusPoints
== null)
1135
return
_eventStylusPoints
.Reformat(subsetToReformatTo, StylusDevice.GetElementTransform(relativeTo));
1407
PresentationSource inputSource = DetermineValidSource(report.InputSource,
_eventStylusPoints
, report.PenContext.Contexts);
1420
_eventStylusPoints =
_eventStylusPoints
.Reformat(report.StylusPointDescription, additionalTransform);
1423
_rawPosition =
_eventStylusPoints
[
_eventStylusPoints
.Count - 1];
1467
Point dragPosition = (Point)
_eventStylusPoints
[0];
1612
if (report != null && report.InputSource != null &&
_eventStylusPoints
!= null &&
_eventStylusPoints
.Count > 0)
1614
StylusPoint stylusPoint =
_eventStylusPoints
[
_eventStylusPoints
.Count - 1];
1625
PresentationSource inputSource = DetermineValidSource(report.InputSource,
_eventStylusPoints
, report.PenContext.Contexts);
1640
_eventStylusPoints =
_eventStylusPoints
.Reformat(report.StylusPointDescription, additionalTransform);
1643
_rawPosition =
_eventStylusPoints
[
_eventStylusPoints
.Count - 1];
1730
DetermineValidSource(_inputSource,
_eventStylusPoints
, null) : null;