134 references to Framework
ReachFramework (134)
PrintConfig\DocumentNUp.cs (3)
600PrintSchemaTags.Framework.OptionNameProperty, 624return (PagesPerSheetDirection)this[PrintSchemaTags.Framework.OptionNameProperty]; 634this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\FallbackPTProvider.cs (1)
113PrintSchemaTags.Framework.PrintTicketRoot,
PrintConfig\JobCollate.cs (3)
248PrintSchemaTags.Framework.OptionNameProperty, 272return (Collation)this[PrintSchemaTags.Framework.OptionNameProperty]; 282this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobDuplex.cs (3)
246PrintSchemaTags.Framework.OptionNameProperty, 270return (Duplexing)this[PrintSchemaTags.Framework.OptionNameProperty]; 280this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobInputBins.cs (3)
329PrintSchemaTags.Framework.OptionNameProperty, 353return (InputBin)this[PrintSchemaTags.Framework.OptionNameProperty]; 363this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobPageOrder.cs (3)
220PrintSchemaTags.Framework.OptionNameProperty, 244return (PageOrder)this[PrintSchemaTags.Framework.OptionNameProperty]; 254this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobStaple.cs (3)
251PrintSchemaTags.Framework.OptionNameProperty, 275return (Stapling)this[PrintSchemaTags.Framework.OptionNameProperty]; 285this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageBorderless.cs (3)
221PrintSchemaTags.Framework.OptionNameProperty, 245return (PageBorderless)this[PrintSchemaTags.Framework.OptionNameProperty]; 255this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageDeviceFont.cs (3)
222PrintSchemaTags.Framework.OptionNameProperty, 246return (DeviceFontSubstitution)this[PrintSchemaTags.Framework.OptionNameProperty]; 256this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageMediaSize.cs (3)
331PrintSchemaTags.Framework.OptionNameProperty, 373return (PageMediaSizeName)this[PrintSchemaTags.Framework.OptionNameProperty]; 574this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageMediaType.cs (3)
223PrintSchemaTags.Framework.OptionNameProperty, 247return (PageMediaType)this[PrintSchemaTags.Framework.OptionNameProperty]; 257this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageOrientation.cs (3)
220PrintSchemaTags.Framework.OptionNameProperty, 244return (PageOrientation)this[PrintSchemaTags.Framework.OptionNameProperty]; 254this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageOutputColor.cs (3)
223PrintSchemaTags.Framework.OptionNameProperty, 247return (OutputColor)this[PrintSchemaTags.Framework.OptionNameProperty]; 257this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageOutputQuality.cs (3)
222PrintSchemaTags.Framework.OptionNameProperty, 246return (OutputQuality)this[PrintSchemaTags.Framework.OptionNameProperty]; 256this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageScaling.cs (3)
414PrintSchemaTags.Framework.OptionNameProperty, 451return (PageScaling)this[PrintSchemaTags.Framework.OptionNameProperty]; 533this[PrintSchemaTags.Framework.OptionNameProperty] = (int)PageScaling.CustomSquare;
PrintConfig\PageTrueTypeFont.cs (3)
222PrintSchemaTags.Framework.OptionNameProperty, 246return (TrueTypeFontMode)this[PrintSchemaTags.Framework.OptionNameProperty]; 256this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PhotoPrintingIntent.cs (3)
220PrintSchemaTags.Framework.OptionNameProperty, 244return (PhotoPrintingIntent)this[PrintSchemaTags.Framework.OptionNameProperty]; 254this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PrintCapabilitesWriter.cs (19)
70this._writer.WriteStartElement(PrintSchemaPrefixes.Framework, PrintSchemaTags.Framework.PrintCapRoot, PrintSchemaNamespaces.Framework); 645this._writer.WriteStartElement(PrintSchemaTags.Framework.Feature, PrintSchemaNamespaces.Framework); 646WriteQNameAttribute(null, PrintSchemaTags.Framework.NameAttr, featureNamespace, featureName); 659this._writer.WriteStartElement(PrintSchemaTags.Framework.ParameterDef, PrintSchemaNamespaces.Framework); 660WriteQNameAttribute(null, PrintSchemaTags.Framework.NameAttr, paramDefNamespace, paramDefName); 671this._writer.WriteStartElement(PrintSchemaTags.Framework.Option, PrintSchemaNamespaces.Framework); 674WriteQNameAttribute(null, PrintSchemaTags.Framework.NameAttr, optionNamespace, optionName); 683this._writer.WriteStartElement(PrintSchemaTags.Framework.Option, PrintSchemaNamespaces.Framework); 686WriteQNameAttribute(null, PrintSchemaTags.Framework.NameAttr, optionNamespace, optionName); 750this._writer.WriteStartElement(PrintSchemaTags.Framework.Property, PrintSchemaNamespaces.Framework); 751WriteQNameAttribute(null, PrintSchemaTags.Framework.NameAttr, propertyNamespace, propertyName); 761this._writer.WriteStartElement(PrintSchemaTags.Framework.ScoredProperty, PrintSchemaNamespaces.Framework); 762WriteQNameAttribute(null, PrintSchemaTags.Framework.NameAttr, propertyNamespace, propertyName); 772this._writer.WriteStartElement(PrintSchemaTags.Framework.Value, PrintSchemaNamespaces.Framework); 782this._writer.WriteStartElement(PrintSchemaTags.Framework.Value, PrintSchemaNamespaces.Framework); 792this._writer.WriteStartElement(PrintSchemaTags.Framework.ParameterRef, PrintSchemaNamespaces.Framework); 794WriteQNameAttribute(null, PrintSchemaTags.Framework.NameAttr, parameterNamespace, parameterName); 801this._writer.WriteStartElement(PrintSchemaTags.Framework.ParameterInit, PrintSchemaNamespaces.Framework); 803WriteQNameAttribute(null, PrintSchemaTags.Framework.NameAttr, parameterNamespace, parameterName);
PrintConfig\PrintSchema.cs (2)
1966"<" + PrintSchemaPrefixes.Framework + ":" + PrintSchemaTags.Framework.PrintTicketRoot + 1972"</" + PrintSchemaPrefixes.Framework + ":" + PrintSchemaTags.Framework.PrintTicketRoot + ">";
PrintConfig\PrintSchemaShim.cs (3)
128XmlElement parameterInitElem = ticket.XmlDoc.CreateElement(PrintSchemaPrefixes.Framework, PrintSchemaTags.Framework.ParameterInit, PrintSchemaNamespaces.Framework); 136XmlElement valueElem = ticket.XmlDoc.CreateElement(PrintSchemaPrefixes.Framework, PrintSchemaTags.Framework.Value, PrintSchemaNamespaces.Framework); 1063ticket.PageScaling[PrintSchemaTags.Framework.OptionNameProperty] = (int)PageScaling.None;
PrintConfig\PrtCap_Public.cs (2)
460PrintSchemaTags.Framework.PrintCapRoot, 500PrintSchemaTags.Framework.ParameterDef,
PrintConfig\PrtCap_Reader.cs (9)
49(_xmlReader.LocalName != PrintSchemaTags.Framework.PrintCapRoot) || 67string version = _xmlReader.GetAttribute(PrintSchemaTags.Framework.RootVersionAttr, 74PrintSchemaTags.Framework.RootVersionAttr)); 88PrintSchemaTags.Framework.RootVersionAttr, 93if (versionNum != PrintSchemaTags.Framework.SchemaVersion) 152PrintSchemaTags.Framework.NodeTypeMapTable, 194string QName = _xmlReader.GetAttribute(PrintSchemaTags.Framework.NameAttr, 294PrintSchemaTags.Framework.Value, 368PrintSchemaTags.Framework.ParameterRef,
PrintConfig\PrtTicket_Base.cs (32)
83PrintSchemaTags.Framework.Feature, 95PrintSchemaTags.Framework.ParameterInit, 183if (propertyName == PrintSchemaTags.Framework.OptionNameProperty) 311if (propertyName == PrintSchemaTags.Framework.OptionNameProperty) 407PrintSchemaTags.Framework.Feature, 429PrintSchemaTags.Framework.Feature, 449string optionName = optionNode.GetAttribute(PrintSchemaTags.Framework.NameAttr, 492PrintSchemaTags.Framework.Option, 496optionNode.SetAttribute(PrintSchemaTags.Framework.NameAttr, 563PrintSchemaTags.Framework.Option, 571PrintSchemaTags.Framework.ScoredProperty, 576PrintSchemaTags.Framework.ScoredProperty, 581PrintSchemaTags.Framework.Value, 642PrintSchemaTags.Framework.Option, 650PrintSchemaTags.Framework.ScoredProperty, 655PrintSchemaTags.Framework.ScoredProperty, 660PrintSchemaTags.Framework.Value, 689PrintSchemaTags.Framework.ScoredProperty, 698PrintSchemaTags.Framework.ParameterRef, 704string fullRefName = refNode.GetAttribute(PrintSchemaTags.Framework.NameAttr, 740PrintSchemaTags.Framework.Option, 748PrintSchemaTags.Framework.ScoredProperty, 753PrintSchemaTags.Framework.ScoredProperty, 758PrintSchemaTags.Framework.ParameterRef, 771PrintSchemaTags.Framework.Option, 809PrintSchemaTags.Framework.ScoredProperty, 818PrintSchemaTags.Framework.Value, 991_parameterNodeTagName = PrintSchemaTags.Framework.ParameterInit; 995_parameterNodeTagName = PrintSchemaTags.Framework.Property; 1290PrintSchemaTags.Framework.Value, 1332PrintSchemaTags.Framework.Value, 1337PrintSchemaTags.Framework.Value,
PrintConfig\PrtTicket_Editor.cs (13)
43(root.LocalName != PrintSchemaTags.Framework.PrintTicketRoot)) 51string version = root.GetAttribute(PrintSchemaTags.Framework.RootVersionAttr, 61PrintSchemaTags.Framework.RootVersionAttr)); 74PrintSchemaTags.Framework.RootVersionAttr, 80if (versionNum != PrintSchemaTags.Framework.SchemaVersion) 102((rootChild.LocalName != PrintSchemaTags.Framework.Feature) && 103(rootChild.LocalName != PrintSchemaTags.Framework.ParameterInit) && 104(rootChild.LocalName != PrintSchemaTags.Framework.Property))) 111string childName = ((XmlElement)rootChild).GetAttribute(PrintSchemaTags.Framework.NameAttr, 120PrintSchemaTags.Framework.NameAttr)); 267PrintSchemaTags.Framework.NameAttr, 331PrintSchemaTags.Framework.NameAttr, 363newNode.SetAttribute(PrintSchemaTags.Framework.NameAttr,
PrintConfig\PrtTicket_Public.cs (2)
45_xmlDoc.LoadXml(PrintSchemaTags.Framework.EmptyPrintTicket); 526PrintSchemaTags.Framework.PrintTicketRoot,
PrintConfig\PTProvider.cs (3)
234PrintSchemaTags.Framework.PrintTicketRoot, 339PrintSchemaTags.Framework.PrintTicketRoot, 500PrintSchemaTags.Framework.PrintTicketRoot,