2 references to GetProperty
System.Speech (2)
Internal\SapiInterop\SapiRecognizer.cs (2)
70
return (int)_proxy.Invoke(delegate { return
GetProperty
(_proxy.Recognizer, name, true); })!;
79
return (string)_proxy.Invoke(delegate { return
GetProperty
(_proxy.Recognizer, name, false); })!;