2 writes to _xmlDoc
ReachFramework (2)
PrintConfig\PrtTicket_Public.cs (2)
39_xmlDoc = new XmlDocument(); 70_xmlDoc = new XmlDocument();
9 references to _xmlDoc
ReachFramework (9)
PrintConfig\PrtTicket_Public.cs (9)
44_xmlDoc.LoadXml(PrintSchemaTags.Framework.EmptyPrintTicket); 79_xmlDoc.Load(xmlStream); 83XmlDeclaration xmlDecl = _xmlDoc.FirstChild as XmlDeclaration; 97xmlDecl = _xmlDoc.CreateXmlDeclaration("1.0", "UTF-8", null); 98_xmlDoc.InsertBefore(xmlDecl, _xmlDoc.DocumentElement); 159_xmlDoc.Save(outStream); 495_xmlDoc.Save(ms); 596return _xmlDoc;