6 references to GetInputArrayLengthPerPoint
PresentationCore (6)
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (1)
380int intsPerPoint = stylusPointDescription.GetInputArrayLengthPerPoint();
System\Windows\Input\Stylus\Common\RawStylusInputReport.cs (1)
279int packetLength = StylusPointDescription.GetInputArrayLengthPerPoint();
System\Windows\Input\Stylus\Common\StylusPointCollection.cs (1)
151int lengthPerPoint = stylusPointDescription.GetInputArrayLengthPerPoint();
System\Windows\Input\Stylus\Common\StylusPointDescription.cs (1)
229int length = GetInputArrayLengthPerPoint();
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (1)
159int pointLength = inputReport.StylusPointDescription.GetInputArrayLengthPerPoint();
System\Windows\Input\Stylus\Wisp\PenContexts.cs (1)
496int pointLength = inputReport.PenContext.StylusPointDescription.GetInputArrayLengthPerPoint();