6 writes to _eventStylusPoints
PresentationCore (6)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (6)
1342
_eventStylusPoints
= report.RawStylusInput.GetStylusPoints(transformToElement);
1346
_eventStylusPoints
=
1399
_eventStylusPoints
=
1418
_eventStylusPoints
= _eventStylusPoints.Reformat(report.StylusPointDescription, additionalTransform);
1618
_eventStylusPoints
= new StylusPointCollection(stylusPoint.Description,
1638
_eventStylusPoints
= _eventStylusPoints.Reformat(report.StylusPointDescription, additionalTransform);
24 references to _eventStylusPoints
PresentationCore (24)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (24)
341
if (
_eventStylusPoints
!= null &&
342
_eventStylusPoints
.Count > 0 &&
343
StylusPointDescription.AreCompatible(penContext.StylusPointDescription,
_eventStylusPoints
.Description))
345
StylusPoint stylusPoint =
_eventStylusPoints
[
_eventStylusPoints
.Count - 1];
1112
if (
_eventStylusPoints
== null)
1116
return
_eventStylusPoints
.Clone(StylusDevice.GetElementTransform(relativeTo),
_eventStylusPoints
.Description);
1128
if (
_eventStylusPoints
== null)
1133
return
_eventStylusPoints
.Reformat(subsetToReformatTo, StylusDevice.GetElementTransform(relativeTo));
1405
PresentationSource inputSource = DetermineValidSource(report.InputSource,
_eventStylusPoints
, report.PenContext.Contexts);
1418
_eventStylusPoints =
_eventStylusPoints
.Reformat(report.StylusPointDescription, additionalTransform);
1421
_rawPosition =
_eventStylusPoints
[
_eventStylusPoints
.Count - 1];
1465
Point dragPosition = (Point)
_eventStylusPoints
[0];
1610
if (report != null && report.InputSource != null &&
_eventStylusPoints
!= null &&
_eventStylusPoints
.Count > 0)
1612
StylusPoint stylusPoint =
_eventStylusPoints
[
_eventStylusPoints
.Count - 1];
1623
PresentationSource inputSource = DetermineValidSource(report.InputSource,
_eventStylusPoints
, report.PenContext.Contexts);
1638
_eventStylusPoints =
_eventStylusPoints
.Reformat(report.StylusPointDescription, additionalTransform);
1641
_rawPosition =
_eventStylusPoints
[
_eventStylusPoints
.Count - 1];
1726
DetermineValidSource(_inputSource,
_eventStylusPoints
, null) : null;