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