2 instantiations of DefaultPropertiesToSend
System.Messaging (2)
System\Messaging\MessageQueue.cs (2)
507this.defaultProperties = new DefaultPropertiesToSend(true); 509this.defaultProperties = new DefaultPropertiesToSend();
3 references to DefaultPropertiesToSend
System.Messaging (3)
System\Messaging\DefaultPropertiesToSend.cs (1)
34/// Initializes a new instance of the <see cref='System.Messaging.DefaultPropertiesToSend'/>
System\Messaging\MessageQueue.cs (2)
62private DefaultPropertiesToSend defaultProperties; 500public DefaultPropertiesToSend DefaultPropertiesToSend