1 write to _pexmlPrefix
System.Speech (1)
Internal\Synthesis\TextWriterEngine.cs (1)
288_pexmlPrefix = pexmlPrefix;
4 references to _pexmlPrefix
System.Speech (4)
Internal\Synthesis\TextWriterEngine.cs (4)
36if (fNewCulture || !string.IsNullOrEmpty(_pexmlPrefix) || extraNamespace.Count > 0) 50if (!string.IsNullOrEmpty(_pexmlPrefix)) 52_writer.WriteAttributeString("xmlns", _pexmlPrefix, null, xmlNamespacePrompt); 293_writer.WriteStartElement(_pexmlPrefix, element, xmlNamespacePrompt);