10 references to PACKET_PROPERTY
PresentationCore (10)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (10)
500
MS.Win32.Recognizer.
PACKET_PROPERTY
[] packetProperties =
501
new MS.Win32.Recognizer.
PACKET_PROPERTY
[packetDescription.cPacketProperties];
521
int allocationSize = (int)(Marshal.SizeOf(typeof(MS.Win32.Recognizer.
PACKET_PROPERTY
)) * packetDescription.cPacketProperties);
523
MS.Win32.Recognizer.
PACKET_PROPERTY
* pPacketProperty =
524
(MS.Win32.Recognizer.
PACKET_PROPERTY
*)(packetDescription.pPacketProperties.ToPointer());
525
MS.Win32.Recognizer.
PACKET_PROPERTY
* pElement = pPacketProperty;
554
MS.Win32.Recognizer.
PACKET_PROPERTY
* pPacketProperty =
555
(MS.Win32.Recognizer.
PACKET_PROPERTY
*)( pd.pPacketProperties.ToPointer( ) );
556
MS.Win32.Recognizer.
PACKET_PROPERTY
* pElement = pPacketProperty;
560
Marshal.DestroyStructure(new IntPtr(pElement), typeof(MS.Win32.Recognizer.
PACKET_PROPERTY
));