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