10 references to PACKET_PROPERTY
PresentationCore (10)
Core\CSharp\MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (10)
613
MS.Win32.Recognizer.
PACKET_PROPERTY
[] packetProperties =
614
new MS.Win32.Recognizer.
PACKET_PROPERTY
[packetDescription.cPacketProperties];
632
int allocationSize = (int)(Marshal.SizeOf(typeof(MS.Win32.Recognizer.
PACKET_PROPERTY
)) * packetDescription.cPacketProperties);
634
MS.Win32.Recognizer.
PACKET_PROPERTY
* pPacketProperty =
635
(MS.Win32.Recognizer.
PACKET_PROPERTY
*)(packetDescription.pPacketProperties.ToPointer());
636
MS.Win32.Recognizer.
PACKET_PROPERTY
* pElement = pPacketProperty;
669
MS.Win32.Recognizer.
PACKET_PROPERTY
* pPacketProperty =
670
(MS.Win32.Recognizer.
PACKET_PROPERTY
*)( pd.pPacketProperties.ToPointer( ) );
671
MS.Win32.Recognizer.
PACKET_PROPERTY
* pElement = pPacketProperty;
675
Marshal.DestroyStructure(new IntPtr(pElement), typeof(MS.Win32.Recognizer.
PACKET_PROPERTY
));