5 references to SPRECOEVENTFLAGS
System.Speech (5)
Recognition\RecognizerBase.cs (5)
2268
if (((
SPRECOEVENTFLAGS
)speechEvent.WParam &
SPRECOEVENTFLAGS
.SPREF_AutoPause) != 0)
2304
bool isEmulate = (speechEvent.WParam & (ulong)
SPRECOEVENTFLAGS
.SPREF_Emulated) != 0;
2378
if (((
SPRECOEVENTFLAGS
)speechEvent.WParam &
SPRECOEVENTFLAGS
.SPREF_AutoPause) != 0)