34 references to PrintTicketEditor
ReachFramework (34)
PrintConfig\PrintSchemaShim.cs (1)
466
prefix =
PrintTicketEditor
.AddStdNamespaceDeclaration(ticket.XmlDoc.DocumentElement, "ns", xmlNamespace);
PrintConfig\PrtTicket_Base.cs (31)
89
PrintTicketEditor
.RemoveAllSchemaElementsWithNameAttr(_ownerPrintTicket,
101
PrintTicketEditor
.RemoveAllSchemaElementsWithNameAttr(this._ownerPrintTicket,
413
XmlElement featureElement =
PrintTicketEditor
.GetSchemaElementWithNameAttr(pt,
435
PrintTicketEditor
.AddSchemaElementWithNameAttr(pt,
498
optionNode =
PrintTicketEditor
.AddSchemaElementWithNameAttr(pt,
569
option =
PrintTicketEditor
.AddSchemaElementWithNameAttr(pt,
577
PrintTicketEditor
.RemoveAllSchemaElementsWithNameAttr(pt,
582
XmlElement property =
PrintTicketEditor
.AddSchemaElementWithNameAttr(pt,
587
XmlElement valueNode =
PrintTicketEditor
.AddSchemaElementWithNameAttr(pt,
593
PrintTicketEditor
.SetXsiTypeAttr(pt, valueNode, PrintSchemaXsiTypes.Integer);
648
option =
PrintTicketEditor
.AddSchemaElementWithNameAttr(pt,
656
PrintTicketEditor
.RemoveAllSchemaElementsWithNameAttr(pt,
661
XmlElement property =
PrintTicketEditor
.AddSchemaElementWithNameAttr(pt,
666
XmlElement valueNode =
PrintTicketEditor
.AddSchemaElementWithNameAttr(pt,
672
PrintTicketEditor
.SetXsiTypeAttr(pt, valueNode, PrintSchemaXsiTypes.QName);
695
XmlElement propertyNode =
PrintTicketEditor
.GetSchemaElementWithNameAttr(pt,
704
XmlElement refNode =
PrintTicketEditor
.GetSchemaElementWithNameAttr(pt,
746
option =
PrintTicketEditor
.AddSchemaElementWithNameAttr(pt,
754
PrintTicketEditor
.RemoveAllSchemaElementsWithNameAttr(pt,
759
XmlElement property =
PrintTicketEditor
.AddSchemaElementWithNameAttr(pt,
764
PrintTicketEditor
.AddSchemaElementWithNameAttr(pt,
777
return
PrintTicketEditor
.GetSchemaElementWithNameAttr(pt,
815
XmlElement propertyNode =
PrintTicketEditor
.GetSchemaElementWithNameAttr(pt,
824
XmlElement valueNode =
PrintTicketEditor
.GetSchemaElementWithNameAttr(pt,
1028
PrintTicketEditor
.RemoveAllSchemaElementsWithNameAttr(_ownerPrintTicket,
1221
XmlElement parameterElement =
PrintTicketEditor
.GetSchemaElementWithNameAttr(pt,
1242
PrintTicketEditor
.AddSchemaElementWithNameAttr(pt,
1296
XmlElement valueNode =
PrintTicketEditor
.GetSchemaElementWithNameAttr(pt,
1338
PrintTicketEditor
.RemoveAllSchemaElementsWithNameAttr(pt,
1343
XmlElement valueNode =
PrintTicketEditor
.AddSchemaElementWithNameAttr(pt,
1349
PrintTicketEditor
.SetXsiTypeAttr(pt, valueNode, xsiType);
PrintConfig\PrtTicket_Public.cs (2)
126
PrintTicketEditor
.CheckIsWellFormedPrintTicket(this);
128
PrintTicketEditor
.CheckAndAddMissingStdNamespaces(this);