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