6 references to SpeechMode
PresentationCore (6)
System\Windows\Input\InputMethod.cs (6)
665
public
SpeechMode
SpeechMode
676
return
SpeechMode
.Dictation;
678
return
SpeechMode
.Command;
681
return
SpeechMode
.Indeterminate;
693
if (value ==
SpeechMode
.Dictation)
703
else if (value ==
SpeechMode
.Command)