1 write to cPacketProperties
PresentationCore (1)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (1)
488packetDescription.cPacketProperties = (uint)propertyGuids.Length;
5 references to cPacketProperties
PresentationCore (5)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (5)
501new MS.Win32.Recognizer.PACKET_PROPERTY[packetDescription.cPacketProperties]; 504for ( i = 0; i < packetDescription.cPacketProperties; i++ ) 521int allocationSize = (int)(Marshal.SizeOf(typeof(MS.Win32.Recognizer.PACKET_PROPERTY)) * packetDescription.cPacketProperties); 526for ( i = 0 ; i < packetDescription.cPacketProperties ; i ++ ) 558for ( int i = 0; i < pd.cPacketProperties; i++ )