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