4 references to GetStylusPoints
PresentationCore (4)
System\Windows\Input\Stylus\Common\RawStylusInput.cs (1)
68return GetStylusPoints(Transform.Identity);
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (2)
829_currentStylusPoints = rsir.RawStylusInput.GetStylusPoints(transformToElement); 1139_currentStylusPoints = report.RawStylusInput.GetStylusPoints(transformToElement);
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
1376_eventStylusPoints = report.RawStylusInput.GetStylusPoints(transformToElement);