1 write to handleVectorProperties
System.Messaging (1)
System\Messaging\Interop\MessagePropertyVariants.cs (1)
348handleVectorProperties = GCHandle.Alloc(newVectorProperties, GCHandleType.Pinned);
2 references to handleVectorProperties
System.Messaging (2)
System\Messaging\Interop\MessagePropertyVariants.cs (2)
355reference.propertyValues = handleVectorProperties.AddrOfPinnedObject(); 430handleVectorProperties.Free();