1 write to cPacketProperties
PresentationCore (1)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (1)
509packetDescription.cPacketProperties = (uint)propertyGuids.Length;
5 references to cPacketProperties
PresentationCore (5)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (5)
522new MS.Win32.Recognizer.PACKET_PROPERTY[packetDescription.cPacketProperties]; 525for ( i = 0; i < packetDescription.cPacketProperties; i++ ) 540int allocationSize = (int)(Marshal.SizeOf(typeof(MS.Win32.Recognizer.PACKET_PROPERTY)) * packetDescription.cPacketProperties); 545for ( i = 0 ; i < packetDescription.cPacketProperties ; i ++ ) 577for ( int i = 0; i < pd.cPacketProperties; i++ )