2 writes to CreatedBefore
System.Messaging (2)
System\Messaging\MessageQueueCriteria.cs (2)
95this.filter.CreatedBefore = true; 324this.CreatedBefore = false;
4 references to CreatedBefore
System.Messaging (4)
System\Messaging\MessageQueueCriteria.cs (4)
63if (this.filter.CreatedBefore && this.createdAfter > this.createdBefore) 80if (!this.filter.CreatedBefore) 241if (this.filter.CreatedBefore) 255if (this.filter.CreatedBefore)