14 references to XmlDocQName
ReachFramework (14)
PrintConfig\PrtTicket_Base.cs (8)
464if (XmlDocQName.GetURI(pt.XmlDoc, optionName) == PrintSchemaNamespaces.StandardKeywordSet) 466optionLocalName = XmlDocQName.GetLocalName(optionName); 506XmlDocQName.GetQName(pt.XmlDoc, 620if (XmlDocQName.GetURI(pt.XmlDoc, valueText) == PrintSchemaNamespaces.StandardKeywordSet) 622stdValue = XmlDocQName.GetLocalName(valueText); 674valueNode.InnerText = XmlDocQName.GetQName(pt.XmlDoc, 718(XmlDocQName.GetURI(pt.XmlDoc, fullRefName) == PrintSchemaNamespaces.StandardKeywordSet)) 720refName = XmlDocQName.GetLocalName(fullRefName);
PrintConfig\PrtTicket_Editor.cs (6)
279(XmlDocQName.GetURI(pt.XmlDoc, childName) == PrintSchemaNamespaces.StandardKeywordSet) && 280(XmlDocQName.GetLocalName(childName) == nameAttrWanted)) 343(XmlDocQName.GetURI(pt.XmlDoc, childName) == PrintSchemaNamespaces.StandardKeywordSet) && 344(XmlDocQName.GetLocalName(childName) == nameAttrToDelete)) 372XmlDocQName.GetQName(pt.XmlDoc, PrintSchemaNamespaces.StandardKeywordSet, nameAttr)); 385XmlDocQName.GetQName(pt.XmlDoc, PrintSchemaNamespaces.xsd, xsiType));