1 write to cPacketProperties
PresentationCore (1)
Core\CSharp\MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (1)
601packetDescription.cPacketProperties = (uint)propertyGuids.Length;
5 references to cPacketProperties
PresentationCore (5)
Core\CSharp\MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (5)
614new MS.Win32.Recognizer.PACKET_PROPERTY[packetDescription.cPacketProperties]; 617for ( i = 0; i < packetDescription.cPacketProperties; i++ ) 632int allocationSize = (int)(Marshal.SizeOf(typeof(MS.Win32.Recognizer.PACKET_PROPERTY)) * packetDescription.cPacketProperties); 637for ( i = 0 ; i < packetDescription.cPacketProperties ; i ++ ) 673for ( int i = 0; i < pd.cPacketProperties; i++ )