2 writes to pPacketProperties
PresentationCore (2)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (2)
521packetDescription.pPacketProperties = Marshal.AllocCoTaskMem(allocationSize); 564pd.pPacketProperties = IntPtr.Zero;
4 references to pPacketProperties
PresentationCore (4)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (4)
523(MS.Win32.Recognizer.PACKET_PROPERTY*)(packetDescription.pPacketProperties.ToPointer()); 549if ( pd.pPacketProperties != IntPtr.Zero ) 554(MS.Win32.Recognizer.PACKET_PROPERTY*)( pd.pPacketProperties.ToPointer( ) ); 563Marshal.FreeCoTaskMem(pd.pPacketProperties);