2 writes to cElems
System.Messaging (2)
System\Messaging\Interop\MessagePropertyVariants.cs (2)
316
newVectorProperties[usedProperties].caub.
cElems
= (uint)((byte[])objects[i]).Length;
318
newVectorProperties[usedProperties].caub.
cElems
= (uint)handles[i];
2 references to cElems
System.Messaging (2)
System\Messaging\Interop\MessagePropertyVariants.cs (2)
403
objects[vectorIdentifiers[i] - basePropertyId] = vectorProperties[i].caub.
cElems
;
407
objects[vectorIdentifiers[i] - basePropertyId] = vectorProperties[i * 4].caub.
cElems
;