2 writes to _xmlDoc
ReachFramework (2)
PrintConfig\PrtTicket_Public.cs (2)
40_xmlDoc = new XmlDocument(); 71_xmlDoc = new XmlDocument();
9 references to _xmlDoc
ReachFramework (9)
PrintConfig\PrtTicket_Public.cs (9)
45_xmlDoc.LoadXml(PrintSchemaTags.Framework.EmptyPrintTicket); 80_xmlDoc.Load(xmlStream); 84XmlDeclaration xmlDecl = _xmlDoc.FirstChild as XmlDeclaration; 98xmlDecl = _xmlDoc.CreateXmlDeclaration("1.0", "UTF-8", null); 99_xmlDoc.InsertBefore(xmlDecl, _xmlDoc.DocumentElement); 160_xmlDoc.Save(outStream); 496_xmlDoc.Save(ms); 597return _xmlDoc;