6 references to SpeechMode
PresentationCore (6)
System\Windows\Input\InputMethod.cs (6)
679
public
SpeechMode
SpeechMode
690
return
SpeechMode
.Dictation;
692
return
SpeechMode
.Command;
695
return
SpeechMode
.Indeterminate;
707
if (value ==
SpeechMode
.Dictation)
717
else if (value ==
SpeechMode
.Command)