4 references to StringSize
System.Speech (4)
Internal\SrgsCompiler\BackEnd.cs (2)
1022header.cchWords = _words.StringSize(); 1035header.cchSymbols = _symbols.StringSize();
Internal\StringBlob.cs (2)
140return ((StringSize() * _sizeOfChar + 3) & ~3) / 2; 162if (StringSize() % 2 == 1)