3 writes to IsAborted
System.Speech (3)
Internal\Synthesis\VoiceSynthesis.cs (3)
699_waveOut.IsAborted = false; 877_waveOut.IsAborted = false; 935_waveOut.IsAborted = false;
2 references to IsAborted
System.Speech (2)
Internal\Synthesis\VoiceSynthesis.cs (2)
875if (_waveOut.IsAborted) 933if (_waveOut.IsAborted || _site.LastException != null)