10 references to PACKET_PROPERTY
PresentationCore (10)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (10)
521
MS.Win32.Recognizer.
PACKET_PROPERTY
[] packetProperties =
522
new MS.Win32.Recognizer.
PACKET_PROPERTY
[packetDescription.cPacketProperties];
540
int allocationSize = (int)(Marshal.SizeOf(typeof(MS.Win32.Recognizer.
PACKET_PROPERTY
)) * packetDescription.cPacketProperties);
542
MS.Win32.Recognizer.
PACKET_PROPERTY
* pPacketProperty =
543
(MS.Win32.Recognizer.
PACKET_PROPERTY
*)(packetDescription.pPacketProperties.ToPointer());
544
MS.Win32.Recognizer.
PACKET_PROPERTY
* pElement = pPacketProperty;
573
MS.Win32.Recognizer.
PACKET_PROPERTY
* pPacketProperty =
574
(MS.Win32.Recognizer.
PACKET_PROPERTY
*)( pd.pPacketProperties.ToPointer( ) );
575
MS.Win32.Recognizer.
PACKET_PROPERTY
* pElement = pPacketProperty;
579
Marshal.DestroyStructure(new IntPtr(pElement), typeof(MS.Win32.Recognizer.
PACKET_PROPERTY
));