2 writes to pPacketProperties
PresentationCore (2)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (2)
541packetDescription.pPacketProperties = Marshal.AllocCoTaskMem(allocationSize); 584pd.pPacketProperties = IntPtr.Zero;
4 references to pPacketProperties
PresentationCore (4)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (4)
543(MS.Win32.Recognizer.PACKET_PROPERTY*)(packetDescription.pPacketProperties.ToPointer()); 569if ( pd.pPacketProperties != IntPtr.Zero ) 574(MS.Win32.Recognizer.PACKET_PROPERTY*)( pd.pPacketProperties.ToPointer( ) ); 583Marshal.FreeCoTaskMem(pd.pPacketProperties);