14 references to XmlDocQName
ReachFramework (14)
PrintConfig\PrtTicket_Base.cs (8)
454if (XmlDocQName.GetURI(pt.XmlDoc, optionName) == PrintSchemaNamespaces.StandardKeywordSet) 456optionLocalName = XmlDocQName.GetLocalName(optionName); 496XmlDocQName.GetQName(pt.XmlDoc, 609if (XmlDocQName.GetURI(pt.XmlDoc, valueText) == PrintSchemaNamespaces.StandardKeywordSet) 611stdValue = XmlDocQName.GetLocalName(valueText); 663valueNode.InnerText = XmlDocQName.GetQName(pt.XmlDoc, 707(XmlDocQName.GetURI(pt.XmlDoc, fullRefName) == PrintSchemaNamespaces.StandardKeywordSet)) 709refName = XmlDocQName.GetLocalName(fullRefName);
PrintConfig\PrtTicket_Editor.cs (6)
272(XmlDocQName.GetURI(pt.XmlDoc, childName) == PrintSchemaNamespaces.StandardKeywordSet) && 273(XmlDocQName.GetLocalName(childName) == nameAttrWanted)) 336(XmlDocQName.GetURI(pt.XmlDoc, childName) == PrintSchemaNamespaces.StandardKeywordSet) && 337(XmlDocQName.GetLocalName(childName) == nameAttrToDelete)) 365XmlDocQName.GetQName(pt.XmlDoc, PrintSchemaNamespaces.StandardKeywordSet, nameAttr)); 378XmlDocQName.GetQName(pt.XmlDoc, PrintSchemaNamespaces.xsd, xsiType));