6 references to SpeechMode
PresentationCore (6)
System\Windows\Input\InputMethod.cs (6)
664
public
SpeechMode
SpeechMode
675
return
SpeechMode
.Dictation;
677
return
SpeechMode
.Command;
680
return
SpeechMode
.Indeterminate;
692
if (value ==
SpeechMode
.Dictation)
702
else if (value ==
SpeechMode
.Command)