3 writes to copyThread
System (3)
sys\system\Media\SoundPlayer.cs (3)
223this.copyThread = null; 353this.copyThread = null; 368copyThread = new Thread(new ThreadStart(this.WorkerThread));
11 references to copyThread
System (11)
sys\system\Media\SoundPlayer.cs (11)
197if (copyThread != null && copyThread.ThreadState == System.Threading.ThreadState.Running) { 304if (copyThread != null) 305copyThread.Abort(); 338if (copyThread != null) 339copyThread.Abort(); 369copyThread.Start(); 410if (copyThread != null) { 411copyThread.Abort(); 437if (this.copyThread != null) { 438copyThread.Abort();