14 references to XmlDocQName
ReachFramework (14)
PrintConfig\PrtTicket_Base.cs (8)
453if (XmlDocQName.GetURI(pt.XmlDoc, optionName) == PrintSchemaNamespaces.StandardKeywordSet) 455optionLocalName = XmlDocQName.GetLocalName(optionName); 495XmlDocQName.GetQName(pt.XmlDoc, 608if (XmlDocQName.GetURI(pt.XmlDoc, valueText) == PrintSchemaNamespaces.StandardKeywordSet) 610stdValue = XmlDocQName.GetLocalName(valueText); 662valueNode.InnerText = XmlDocQName.GetQName(pt.XmlDoc, 706(XmlDocQName.GetURI(pt.XmlDoc, fullRefName) == PrintSchemaNamespaces.StandardKeywordSet)) 708refName = XmlDocQName.GetLocalName(fullRefName);
PrintConfig\PrtTicket_Editor.cs (6)
271(XmlDocQName.GetURI(pt.XmlDoc, childName) == PrintSchemaNamespaces.StandardKeywordSet) && 272(XmlDocQName.GetLocalName(childName) == nameAttrWanted)) 335(XmlDocQName.GetURI(pt.XmlDoc, childName) == PrintSchemaNamespaces.StandardKeywordSet) && 336(XmlDocQName.GetLocalName(childName) == nameAttrToDelete)) 364XmlDocQName.GetQName(pt.XmlDoc, PrintSchemaNamespaces.StandardKeywordSet, nameAttr)); 377XmlDocQName.GetQName(pt.XmlDoc, PrintSchemaNamespaces.xsd, xsiType));