34 references to PrintTicketEditor
ReachFramework (34)
PrintConfig\PrintSchemaShim.cs (1)
462
prefix =
PrintTicketEditor
.AddStdNamespaceDeclaration(ticket.XmlDoc.DocumentElement, "ns", xmlNamespace);
PrintConfig\PrtTicket_Base.cs (31)
79
PrintTicketEditor
.RemoveAllSchemaElementsWithNameAttr(_ownerPrintTicket,
91
PrintTicketEditor
.RemoveAllSchemaElementsWithNameAttr(this._ownerPrintTicket,
403
XmlElement featureElement =
PrintTicketEditor
.GetSchemaElementWithNameAttr(pt,
425
PrintTicketEditor
.AddSchemaElementWithNameAttr(pt,
488
optionNode =
PrintTicketEditor
.AddSchemaElementWithNameAttr(pt,
558
option =
PrintTicketEditor
.AddSchemaElementWithNameAttr(pt,
566
PrintTicketEditor
.RemoveAllSchemaElementsWithNameAttr(pt,
571
XmlElement property =
PrintTicketEditor
.AddSchemaElementWithNameAttr(pt,
576
XmlElement valueNode =
PrintTicketEditor
.AddSchemaElementWithNameAttr(pt,
582
PrintTicketEditor
.SetXsiTypeAttr(pt, valueNode, PrintSchemaXsiTypes.Integer);
637
option =
PrintTicketEditor
.AddSchemaElementWithNameAttr(pt,
645
PrintTicketEditor
.RemoveAllSchemaElementsWithNameAttr(pt,
650
XmlElement property =
PrintTicketEditor
.AddSchemaElementWithNameAttr(pt,
655
XmlElement valueNode =
PrintTicketEditor
.AddSchemaElementWithNameAttr(pt,
661
PrintTicketEditor
.SetXsiTypeAttr(pt, valueNode, PrintSchemaXsiTypes.QName);
684
XmlElement propertyNode =
PrintTicketEditor
.GetSchemaElementWithNameAttr(pt,
693
XmlElement refNode =
PrintTicketEditor
.GetSchemaElementWithNameAttr(pt,
735
option =
PrintTicketEditor
.AddSchemaElementWithNameAttr(pt,
743
PrintTicketEditor
.RemoveAllSchemaElementsWithNameAttr(pt,
748
XmlElement property =
PrintTicketEditor
.AddSchemaElementWithNameAttr(pt,
753
PrintTicketEditor
.AddSchemaElementWithNameAttr(pt,
766
return
PrintTicketEditor
.GetSchemaElementWithNameAttr(pt,
804
XmlElement propertyNode =
PrintTicketEditor
.GetSchemaElementWithNameAttr(pt,
813
XmlElement valueNode =
PrintTicketEditor
.GetSchemaElementWithNameAttr(pt,
1017
PrintTicketEditor
.RemoveAllSchemaElementsWithNameAttr(_ownerPrintTicket,
1204
XmlElement parameterElement =
PrintTicketEditor
.GetSchemaElementWithNameAttr(pt,
1225
PrintTicketEditor
.AddSchemaElementWithNameAttr(pt,
1278
XmlElement valueNode =
PrintTicketEditor
.GetSchemaElementWithNameAttr(pt,
1320
PrintTicketEditor
.RemoveAllSchemaElementsWithNameAttr(pt,
1325
XmlElement valueNode =
PrintTicketEditor
.AddSchemaElementWithNameAttr(pt,
1331
PrintTicketEditor
.SetXsiTypeAttr(pt, valueNode, xsiType);
PrintConfig\PrtTicket_Public.cs (2)
120
PrintTicketEditor
.CheckIsWellFormedPrintTicket(this);
122
PrintTicketEditor
.CheckAndAddMissingStdNamespaces(this);