6 references to SpeechMode
PresentationCore (6)
Core\CSharp\System\Windows\Input\InputMethod.cs (6)
755
public
SpeechMode
SpeechMode
767
return
SpeechMode
.Dictation;
769
return
SpeechMode
.Command;
772
return
SpeechMode
.Indeterminate;
786
if (value ==
SpeechMode
.Dictation)
796
else if (value ==
SpeechMode
.Command)