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