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