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