2 writes to pPacketProperties
PresentationCore (2)
Core\CSharp\MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (2)
633packetDescription.pPacketProperties = Marshal.AllocCoTaskMem(allocationSize); 680pd.pPacketProperties = IntPtr.Zero;
4 references to pPacketProperties
PresentationCore (4)
Core\CSharp\MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (4)
635(MS.Win32.Recognizer.PACKET_PROPERTY*)(packetDescription.pPacketProperties.ToPointer()); 665if ( pd.pPacketProperties != IntPtr.Zero ) 670(MS.Win32.Recognizer.PACKET_PROPERTY*)( pd.pPacketProperties.ToPointer( ) ); 679Marshal.FreeCoTaskMem(pd.pPacketProperties);