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