32 references to filter
System.Messaging (32)
System\Messaging\MessageQueueCriteria.cs (32)
51if (!this.filter.CreatedAfter) 63if (this.filter.CreatedBefore && this.createdAfter > this.createdBefore) 66this.filter.CreatedAfter = true; 80if (!this.filter.CreatedBefore) 92if (this.filter.CreatedAfter && this.createdAfter > this.createdBefore) 95this.filter.CreatedBefore = true; 103return this.filter.MachineName; 116if (!this.filter.Label) 128this.filter.Label = true; 143if (!this.filter.MachineName) 168this.filter.MachineName = true; 182if (!this.filter.ModifiedAfter) 195if (this.filter.ModifiedBefore && this.modifiedAfter > this.modifiedBefore) 198this.filter.ModifiedAfter = true; 212if (!this.filter.ModifiedBefore) 225if (this.filter.ModifiedAfter && this.modifiedAfter > this.modifiedBefore) 228this.filter.ModifiedBefore = true; 239if (this.filter.CreatedAfter) 241if (this.filter.CreatedBefore) 243if (this.filter.Label) 245if (this.filter.ModifiedAfter) 247if (this.filter.ModifiedBefore) 249if (this.filter.Category) 253if (this.filter.CreatedAfter) 255if (this.filter.CreatedBefore) 257if (this.filter.Label) 259if (this.filter.ModifiedAfter) 261if (this.filter.ModifiedBefore) 263if (this.filter.Category) 279if (!this.filter.Category) 288this.filter.Category = true; 298this.filter.ClearAll();