2 instantiations of PACKET_DESCRIPTION
PresentationCore (2)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (2)
422new MS.Win32.Recognizer.PACKET_DESCRIPTION(); 467packetDescription = new MS.Win32.Recognizer.PACKET_DESCRIPTION();
4 references to PACKET_DESCRIPTION
PresentationCore (4)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (3)
421MS.Win32.Recognizer.PACKET_DESCRIPTION packetDescription = 458out MS.Win32.Recognizer.PACKET_DESCRIPTION packetDescription, 567private void ReleaseResourcesinPacketDescription(MS.Win32.Recognizer.PACKET_DESCRIPTION pd, IntPtr packets)
MS\Win32\UnsafeNativeMethodsTablet.cs (1)
35internal 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);