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