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)
36
if (fNewCulture || !string.IsNullOrEmpty(
_pexmlPrefix
) || extraNamespace.Count > 0)
50
if (!string.IsNullOrEmpty(
_pexmlPrefix
))
52
_writer.WriteAttributeString("xmlns",
_pexmlPrefix
, null, xmlNamespacePrompt);
293
_writer.WriteStartElement(
_pexmlPrefix
, element, xmlNamespacePrompt);