34 references to PrintTicketEditor
ReachFramework (34)
PrintConfig\PrintSchemaShim.cs (1)
461
prefix =
PrintTicketEditor
.AddStdNamespaceDeclaration(ticket.XmlDoc.DocumentElement, "ns", xmlNamespace);
PrintConfig\PrtTicket_Base.cs (31)
78
PrintTicketEditor
.RemoveAllSchemaElementsWithNameAttr(_ownerPrintTicket,
90
PrintTicketEditor
.RemoveAllSchemaElementsWithNameAttr(this._ownerPrintTicket,
402
XmlElement featureElement =
PrintTicketEditor
.GetSchemaElementWithNameAttr(pt,
424
PrintTicketEditor
.AddSchemaElementWithNameAttr(pt,
487
optionNode =
PrintTicketEditor
.AddSchemaElementWithNameAttr(pt,
557
option =
PrintTicketEditor
.AddSchemaElementWithNameAttr(pt,
565
PrintTicketEditor
.RemoveAllSchemaElementsWithNameAttr(pt,
570
XmlElement property =
PrintTicketEditor
.AddSchemaElementWithNameAttr(pt,
575
XmlElement valueNode =
PrintTicketEditor
.AddSchemaElementWithNameAttr(pt,
581
PrintTicketEditor
.SetXsiTypeAttr(pt, valueNode, PrintSchemaXsiTypes.Integer);
636
option =
PrintTicketEditor
.AddSchemaElementWithNameAttr(pt,
644
PrintTicketEditor
.RemoveAllSchemaElementsWithNameAttr(pt,
649
XmlElement property =
PrintTicketEditor
.AddSchemaElementWithNameAttr(pt,
654
XmlElement valueNode =
PrintTicketEditor
.AddSchemaElementWithNameAttr(pt,
660
PrintTicketEditor
.SetXsiTypeAttr(pt, valueNode, PrintSchemaXsiTypes.QName);
683
XmlElement propertyNode =
PrintTicketEditor
.GetSchemaElementWithNameAttr(pt,
692
XmlElement refNode =
PrintTicketEditor
.GetSchemaElementWithNameAttr(pt,
734
option =
PrintTicketEditor
.AddSchemaElementWithNameAttr(pt,
742
PrintTicketEditor
.RemoveAllSchemaElementsWithNameAttr(pt,
747
XmlElement property =
PrintTicketEditor
.AddSchemaElementWithNameAttr(pt,
752
PrintTicketEditor
.AddSchemaElementWithNameAttr(pt,
765
return
PrintTicketEditor
.GetSchemaElementWithNameAttr(pt,
803
XmlElement propertyNode =
PrintTicketEditor
.GetSchemaElementWithNameAttr(pt,
812
XmlElement valueNode =
PrintTicketEditor
.GetSchemaElementWithNameAttr(pt,
1016
PrintTicketEditor
.RemoveAllSchemaElementsWithNameAttr(_ownerPrintTicket,
1203
XmlElement parameterElement =
PrintTicketEditor
.GetSchemaElementWithNameAttr(pt,
1224
PrintTicketEditor
.AddSchemaElementWithNameAttr(pt,
1277
XmlElement valueNode =
PrintTicketEditor
.GetSchemaElementWithNameAttr(pt,
1319
PrintTicketEditor
.RemoveAllSchemaElementsWithNameAttr(pt,
1324
XmlElement valueNode =
PrintTicketEditor
.AddSchemaElementWithNameAttr(pt,
1330
PrintTicketEditor
.SetXsiTypeAttr(pt, valueNode, xsiType);
PrintConfig\PrtTicket_Public.cs (2)
119
PrintTicketEditor
.CheckIsWellFormedPrintTicket(this);
121
PrintTicketEditor
.CheckAndAddMissingStdNamespaces(this);