1 write to vectorProperties
System.Messaging (1)
System\Messaging\Interop\MessagePropertyVariants.cs (1)
352
vectorProperties
= newVectorProperties;
9 references to vectorProperties
System.Messaging (9)
System\Messaging\Interop\MessagePropertyVariants.cs (9)
397
short vt = (short)
vectorProperties
[i].vt;
403
objects[vectorIdentifiers[i] - basePropertyId] =
vectorProperties
[i].caub.cElems;
407
objects[vectorIdentifiers[i] - basePropertyId] =
vectorProperties
[i * 4].caub.cElems;
408
handles[vectorIdentifiers[i] - basePropertyId] =
vectorProperties
[i * 4].caub.pElems;
411
objects[vectorIdentifiers[i] - basePropertyId] =
vectorProperties
[i].ptr;
419
objects[vectorIdentifiers[i] - basePropertyId] = (byte)
vectorProperties
[i].bVal;
421
objects[vectorIdentifiers[i] - basePropertyId] = (short)
vectorProperties
[i].iVal;
423
objects[vectorIdentifiers[i] - basePropertyId] =
vectorProperties
[i].lVal;
425
objects[vectorIdentifiers[i] - basePropertyId] =
vectorProperties
[i].hVal;