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