1 write to populateThread
System.Messaging (1)
System\Messaging\Design\QueuePathDialog.cs (1)
380
populateThread
= new Thread(new ThreadStart(this.PopulateThread));
3 references to populateThread
System.Messaging (3)
System\Messaging\Design\QueuePathDialog.cs (3)
362
if (
populateThread
!= null)
364
populateThread
.Abort();
381
populateThread
.Start();