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