2 writes to _xmlDoc
ReachFramework (2)
PrintConfig\PrtTicket_Public.cs (2)
46_xmlDoc = new XmlDocument(); 77_xmlDoc = new XmlDocument();
9 references to _xmlDoc
ReachFramework (9)
PrintConfig\PrtTicket_Public.cs (9)
51_xmlDoc.LoadXml(PrintSchemaTags.Framework.EmptyPrintTicket); 86_xmlDoc.Load(xmlStream); 90XmlDeclaration xmlDecl = _xmlDoc.FirstChild as XmlDeclaration; 104xmlDecl = _xmlDoc.CreateXmlDeclaration("1.0", "UTF-8", null); 105_xmlDoc.InsertBefore(xmlDecl, _xmlDoc.DocumentElement); 166_xmlDoc.Save(outStream); 502_xmlDoc.Save(ms); 603return _xmlDoc;