2 writes to handles
System.Messaging (2)
System\Messaging\Interop\MessagePropertyVariants.cs (2)
102
handles
= new object[MAX_PROPERTIES];
110
handles
= new object[MAX_PROPERTIES];
10 references to handles
System.Messaging (10)
System\Messaging\Interop\MessagePropertyVariants.cs (10)
163
return (IntPtr)
handles
[propertyId - basePropertyId];
285
handles
[propertyId - basePropertyId] = (uint)size;
315
if (
handles
[i] == null)
318
newVectorProperties[usedProperties].caub.cElems = (uint)
handles
[i];
321
handles
[i] = handle;
335
handles
[i] = handle;
366
handles
[propertyId - basePropertyId] = null;
408
handles
[vectorIdentifiers[i] - basePropertyId] = vectorProperties[i * 4].caub.pElems;
415
((GCHandle)
handles
[vectorIdentifiers[i] - basePropertyId]).Free();
416
handles
[vectorIdentifiers[i] - basePropertyId] = null;