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