2 instantiations of PACKET_DESCRIPTION
PresentationCore (2)
Core\CSharp\MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (2)
509new MS.Win32.Recognizer.PACKET_DESCRIPTION(); 559packetDescription = new MS.Win32.Recognizer.PACKET_DESCRIPTION();
4 references to PACKET_DESCRIPTION
PresentationCore (4)
Core\CSharp\MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (3)
508MS.Win32.Recognizer.PACKET_DESCRIPTION packetDescription = 550out MS.Win32.Recognizer.PACKET_DESCRIPTION packetDescription, 663private void ReleaseResourcesinPacketDescription(MS.Win32.Recognizer.PACKET_DESCRIPTION pd, IntPtr packets)
Core\CSharp\MS\Win32\UnsafeNativeMethodsTablet.cs (1)
57internal static extern int AddStroke([In] ContextSafeHandle hRecContext, [In] ref PACKET_DESCRIPTION packetDesc, [In] uint cbPackets, [In] IntPtr pByte, [In, MarshalAs(UnmanagedType.LPStruct)] NativeMethods.XFORM xForm);