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