14 references to XmlDocQName
ReachFramework (14)
PrintConfig\PrtTicket_Base.cs (8)
454
if (
XmlDocQName
.GetURI(pt.XmlDoc, optionName) == PrintSchemaNamespaces.StandardKeywordSet)
456
optionLocalName =
XmlDocQName
.GetLocalName(optionName);
496
XmlDocQName
.GetQName(pt.XmlDoc,
609
if (
XmlDocQName
.GetURI(pt.XmlDoc, valueText) == PrintSchemaNamespaces.StandardKeywordSet)
611
stdValue =
XmlDocQName
.GetLocalName(valueText);
663
valueNode.InnerText =
XmlDocQName
.GetQName(pt.XmlDoc,
707
(
XmlDocQName
.GetURI(pt.XmlDoc, fullRefName) == PrintSchemaNamespaces.StandardKeywordSet))
709
refName =
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))
365
XmlDocQName
.GetQName(pt.XmlDoc, PrintSchemaNamespaces.StandardKeywordSet, nameAttr));
378
XmlDocQName
.GetQName(pt.XmlDoc, PrintSchemaNamespaces.xsd, xsiType));