6 references to GetInputArrayLengthPerPoint
PresentationCore (6)
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (1)
373
int intsPerPoint = stylusPointDescription.
GetInputArrayLengthPerPoint
();
System\Windows\Input\Stylus\Common\RawStylusInputReport.cs (1)
269
int packetLength = StylusPointDescription.
GetInputArrayLengthPerPoint
();
System\Windows\Input\Stylus\Common\StylusPointCollection.cs (1)
143
int lengthPerPoint = stylusPointDescription.
GetInputArrayLengthPerPoint
();
System\Windows\Input\Stylus\Common\StylusPointDescription.cs (1)
219
int length =
GetInputArrayLengthPerPoint
();
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (1)
147
int pointLength = inputReport.StylusPointDescription.
GetInputArrayLengthPerPoint
();
System\Windows\Input\Stylus\Wisp\PenContexts.cs (1)
474
int pointLength = inputReport.PenContext.StylusPointDescription.
GetInputArrayLengthPerPoint
();