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