1 write to PropertiesOffset
System.Speech (1)
Internal\SapiInterop\SapiRecoInterop.cs (1)
581PropertiesOffset = source.PropertiesOffset;
4 references to PropertiesOffset
System.Speech (4)
Result\RecognizedPhrase.cs (4)
445if (_serializedPhrase.PropertiesOffset != 0) 447RecursivelyExtractSemanticValue(phraseBuffer, (int)_serializedPhrase.PropertiesOffset, _semantics, words, _isSapi53Header, _grammarOptions & GrammarOptions.TagFormat); 459if ((int)serializedPhrase.PropertiesOffset > 0) 461RecursivelyExtractSemanticProperties(propertyList, (int)serializedPhrase.PropertiesOffset, phraseBuffer, ruleTree, words, isSapi53Header);