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