2 writes to pPacketProperties
PresentationCore (2)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (2)
522packetDescription.pPacketProperties = Marshal.AllocCoTaskMem(allocationSize); 565pd.pPacketProperties = IntPtr.Zero;
4 references to pPacketProperties
PresentationCore (4)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (4)
524(MS.Win32.Recognizer.PACKET_PROPERTY*)(packetDescription.pPacketProperties.ToPointer()); 550if ( pd.pPacketProperties != IntPtr.Zero ) 555(MS.Win32.Recognizer.PACKET_PROPERTY*)( pd.pPacketProperties.ToPointer( ) ); 564Marshal.FreeCoTaskMem(pd.pPacketProperties);