3 writes to defaultProperties
System.Messaging (3)
System\Messaging\MessageQueue.cs (3)
507this.defaultProperties = new DefaultPropertiesToSend(true); 509this.defaultProperties = new DefaultPropertiesToSend(); 517this.defaultProperties = value;
2 references to defaultProperties
System.Messaging (2)
System\Messaging\MessageQueue.cs (2)
504if (this.defaultProperties == null) 512return this.defaultProperties;