134 references to Framework
ReachFramework (134)
PrintConfig\DocumentNUp.cs (3)
601PrintSchemaTags.Framework.OptionNameProperty, 625return (PagesPerSheetDirection)this[PrintSchemaTags.Framework.OptionNameProperty]; 635this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\FallbackPTProvider.cs (1)
112PrintSchemaTags.Framework.PrintTicketRoot,
PrintConfig\JobCollate.cs (3)
249PrintSchemaTags.Framework.OptionNameProperty, 273return (Collation)this[PrintSchemaTags.Framework.OptionNameProperty]; 283this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobDuplex.cs (3)
247PrintSchemaTags.Framework.OptionNameProperty, 271return (Duplexing)this[PrintSchemaTags.Framework.OptionNameProperty]; 281this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobInputBins.cs (3)
334PrintSchemaTags.Framework.OptionNameProperty, 358return (InputBin)this[PrintSchemaTags.Framework.OptionNameProperty]; 368this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobPageOrder.cs (3)
221PrintSchemaTags.Framework.OptionNameProperty, 245return (PageOrder)this[PrintSchemaTags.Framework.OptionNameProperty]; 255this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobStaple.cs (3)
252PrintSchemaTags.Framework.OptionNameProperty, 276return (Stapling)this[PrintSchemaTags.Framework.OptionNameProperty]; 286this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageBorderless.cs (3)
222PrintSchemaTags.Framework.OptionNameProperty, 246return (PageBorderless)this[PrintSchemaTags.Framework.OptionNameProperty]; 256this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageDeviceFont.cs (3)
223PrintSchemaTags.Framework.OptionNameProperty, 247return (DeviceFontSubstitution)this[PrintSchemaTags.Framework.OptionNameProperty]; 257this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageMediaSize.cs (3)
329PrintSchemaTags.Framework.OptionNameProperty, 371return (PageMediaSizeName)this[PrintSchemaTags.Framework.OptionNameProperty]; 572this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageMediaType.cs (3)
224PrintSchemaTags.Framework.OptionNameProperty, 248return (PageMediaType)this[PrintSchemaTags.Framework.OptionNameProperty]; 258this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageOrientation.cs (3)
221PrintSchemaTags.Framework.OptionNameProperty, 245return (PageOrientation)this[PrintSchemaTags.Framework.OptionNameProperty]; 255this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageOutputColor.cs (3)
224PrintSchemaTags.Framework.OptionNameProperty, 248return (OutputColor)this[PrintSchemaTags.Framework.OptionNameProperty]; 258this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageOutputQuality.cs (3)
223PrintSchemaTags.Framework.OptionNameProperty, 247return (OutputQuality)this[PrintSchemaTags.Framework.OptionNameProperty]; 257this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageScaling.cs (3)
412PrintSchemaTags.Framework.OptionNameProperty, 449return (PageScaling)this[PrintSchemaTags.Framework.OptionNameProperty]; 531this[PrintSchemaTags.Framework.OptionNameProperty] = (int)PageScaling.CustomSquare;
PrintConfig\PageTrueTypeFont.cs (3)
223PrintSchemaTags.Framework.OptionNameProperty, 247return (TrueTypeFontMode)this[PrintSchemaTags.Framework.OptionNameProperty]; 257this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PhotoPrintingIntent.cs (3)
221PrintSchemaTags.Framework.OptionNameProperty, 245return (PhotoPrintingIntent)this[PrintSchemaTags.Framework.OptionNameProperty]; 255this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PrintCapabilitesWriter.cs (19)
71this._writer.WriteStartElement(PrintSchemaPrefixes.Framework, PrintSchemaTags.Framework.PrintCapRoot, PrintSchemaNamespaces.Framework); 646this._writer.WriteStartElement(PrintSchemaTags.Framework.Feature, PrintSchemaNamespaces.Framework); 647WriteQNameAttribute(null, PrintSchemaTags.Framework.NameAttr, featureNamespace, featureName); 660this._writer.WriteStartElement(PrintSchemaTags.Framework.ParameterDef, PrintSchemaNamespaces.Framework); 661WriteQNameAttribute(null, PrintSchemaTags.Framework.NameAttr, paramDefNamespace, paramDefName); 672this._writer.WriteStartElement(PrintSchemaTags.Framework.Option, PrintSchemaNamespaces.Framework); 675WriteQNameAttribute(null, PrintSchemaTags.Framework.NameAttr, optionNamespace, optionName); 684this._writer.WriteStartElement(PrintSchemaTags.Framework.Option, PrintSchemaNamespaces.Framework); 687WriteQNameAttribute(null, PrintSchemaTags.Framework.NameAttr, optionNamespace, optionName); 751this._writer.WriteStartElement(PrintSchemaTags.Framework.Property, PrintSchemaNamespaces.Framework); 752WriteQNameAttribute(null, PrintSchemaTags.Framework.NameAttr, propertyNamespace, propertyName); 762this._writer.WriteStartElement(PrintSchemaTags.Framework.ScoredProperty, PrintSchemaNamespaces.Framework); 763WriteQNameAttribute(null, PrintSchemaTags.Framework.NameAttr, propertyNamespace, propertyName); 773this._writer.WriteStartElement(PrintSchemaTags.Framework.Value, PrintSchemaNamespaces.Framework); 783this._writer.WriteStartElement(PrintSchemaTags.Framework.Value, PrintSchemaNamespaces.Framework); 793this._writer.WriteStartElement(PrintSchemaTags.Framework.ParameterRef, PrintSchemaNamespaces.Framework); 795WriteQNameAttribute(null, PrintSchemaTags.Framework.NameAttr, parameterNamespace, parameterName); 802this._writer.WriteStartElement(PrintSchemaTags.Framework.ParameterInit, PrintSchemaNamespaces.Framework); 804WriteQNameAttribute(null, PrintSchemaTags.Framework.NameAttr, parameterNamespace, parameterName);
PrintConfig\PrintSchema.cs (2)
1963"<" + PrintSchemaPrefixes.Framework + ":" + PrintSchemaTags.Framework.PrintTicketRoot + 1969"</" + PrintSchemaPrefixes.Framework + ":" + PrintSchemaTags.Framework.PrintTicketRoot + ">";
PrintConfig\PrintSchemaShim.cs (3)
127XmlElement parameterInitElem = ticket.XmlDoc.CreateElement(PrintSchemaPrefixes.Framework, PrintSchemaTags.Framework.ParameterInit, PrintSchemaNamespaces.Framework); 135XmlElement valueElem = ticket.XmlDoc.CreateElement(PrintSchemaPrefixes.Framework, PrintSchemaTags.Framework.Value, PrintSchemaNamespaces.Framework); 1062ticket.PageScaling[PrintSchemaTags.Framework.OptionNameProperty] = (int)PageScaling.None;
PrintConfig\PrtCap_Public.cs (2)
459PrintSchemaTags.Framework.PrintCapRoot, 499PrintSchemaTags.Framework.ParameterDef,
PrintConfig\PrtCap_Reader.cs (9)
47(_xmlReader.LocalName != PrintSchemaTags.Framework.PrintCapRoot) || 65string version = _xmlReader.GetAttribute(PrintSchemaTags.Framework.RootVersionAttr, 72PrintSchemaTags.Framework.RootVersionAttr)); 86PrintSchemaTags.Framework.RootVersionAttr, 91if (versionNum != PrintSchemaTags.Framework.SchemaVersion) 150PrintSchemaTags.Framework.NodeTypeMapTable, 192string QName = _xmlReader.GetAttribute(PrintSchemaTags.Framework.NameAttr, 292PrintSchemaTags.Framework.Value, 366PrintSchemaTags.Framework.ParameterRef,
PrintConfig\PrtTicket_Base.cs (32)
80PrintSchemaTags.Framework.Feature, 92PrintSchemaTags.Framework.ParameterInit, 180if (propertyName == PrintSchemaTags.Framework.OptionNameProperty) 308if (propertyName == PrintSchemaTags.Framework.OptionNameProperty) 404PrintSchemaTags.Framework.Feature, 426PrintSchemaTags.Framework.Feature, 446string optionName = optionNode.GetAttribute(PrintSchemaTags.Framework.NameAttr, 489PrintSchemaTags.Framework.Option, 493optionNode.SetAttribute(PrintSchemaTags.Framework.NameAttr, 559PrintSchemaTags.Framework.Option, 567PrintSchemaTags.Framework.ScoredProperty, 572PrintSchemaTags.Framework.ScoredProperty, 577PrintSchemaTags.Framework.Value, 638PrintSchemaTags.Framework.Option, 646PrintSchemaTags.Framework.ScoredProperty, 651PrintSchemaTags.Framework.ScoredProperty, 656PrintSchemaTags.Framework.Value, 685PrintSchemaTags.Framework.ScoredProperty, 694PrintSchemaTags.Framework.ParameterRef, 700string fullRefName = refNode.GetAttribute(PrintSchemaTags.Framework.NameAttr, 736PrintSchemaTags.Framework.Option, 744PrintSchemaTags.Framework.ScoredProperty, 749PrintSchemaTags.Framework.ScoredProperty, 754PrintSchemaTags.Framework.ParameterRef, 767PrintSchemaTags.Framework.Option, 805PrintSchemaTags.Framework.ScoredProperty, 814PrintSchemaTags.Framework.Value, 987_parameterNodeTagName = PrintSchemaTags.Framework.ParameterInit; 991_parameterNodeTagName = PrintSchemaTags.Framework.Property; 1279PrintSchemaTags.Framework.Value, 1321PrintSchemaTags.Framework.Value, 1326PrintSchemaTags.Framework.Value,
PrintConfig\PrtTicket_Editor.cs (13)
42(root.LocalName != PrintSchemaTags.Framework.PrintTicketRoot)) 50string version = root.GetAttribute(PrintSchemaTags.Framework.RootVersionAttr, 60PrintSchemaTags.Framework.RootVersionAttr)); 73PrintSchemaTags.Framework.RootVersionAttr, 79if (versionNum != PrintSchemaTags.Framework.SchemaVersion) 101((rootChild.LocalName != PrintSchemaTags.Framework.Feature) && 102(rootChild.LocalName != PrintSchemaTags.Framework.ParameterInit) && 103(rootChild.LocalName != PrintSchemaTags.Framework.Property))) 110string childName = ((XmlElement)rootChild).GetAttribute(PrintSchemaTags.Framework.NameAttr, 119PrintSchemaTags.Framework.NameAttr)); 266PrintSchemaTags.Framework.NameAttr, 330PrintSchemaTags.Framework.NameAttr, 362newNode.SetAttribute(PrintSchemaTags.Framework.NameAttr,
PrintConfig\PrtTicket_Public.cs (2)
44_xmlDoc.LoadXml(PrintSchemaTags.Framework.EmptyPrintTicket); 525PrintSchemaTags.Framework.PrintTicketRoot,
PrintConfig\PTProvider.cs (3)
233PrintSchemaTags.Framework.PrintTicketRoot, 338PrintSchemaTags.Framework.PrintTicketRoot, 499PrintSchemaTags.Framework.PrintTicketRoot,