1 write to PropVariantType
System.Speech (1)
Internal\SrgsCompiler\CfgSemanticTag.cs (1)
79PropVariantType = property._comType;
7 references to PropVariantType
System.Speech (7)
Internal\SrgsCompiler\Arc.cs (2)
416if (tag._cfgTag._valueOffset != 0 && tag._cfgTag.PropVariantType == System.Runtime.InteropServices.VarEnum.VT_EMPTY) 745switch (tag.PropVariantType)
Internal\SrgsCompiler\CFGGrammar.cs (5)
458header.tags[i].PropVariantType != VarEnum.VT_EMPTY && 459header.tags[i].PropVariantType != VarEnum.VT_BSTR && 460header.tags[i].PropVariantType != VarEnum.VT_BOOL && 461header.tags[i].PropVariantType != VarEnum.VT_R8 && 462header.tags[i].PropVariantType != VarEnum.VT_I4)