134 references to Framework
ReachFramework (134)
PrintConfig\DocumentNUp.cs (3)
606PrintSchemaTags.Framework.OptionNameProperty, 630return (PagesPerSheetDirection)this[PrintSchemaTags.Framework.OptionNameProperty]; 640this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\FallbackPTProvider.cs (1)
117PrintSchemaTags.Framework.PrintTicketRoot,
PrintConfig\JobCollate.cs (3)
254PrintSchemaTags.Framework.OptionNameProperty, 278return (Collation)this[PrintSchemaTags.Framework.OptionNameProperty]; 288this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobDuplex.cs (3)
252PrintSchemaTags.Framework.OptionNameProperty, 276return (Duplexing)this[PrintSchemaTags.Framework.OptionNameProperty]; 286this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobInputBins.cs (3)
336PrintSchemaTags.Framework.OptionNameProperty, 360return (InputBin)this[PrintSchemaTags.Framework.OptionNameProperty]; 370this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobPageOrder.cs (3)
226PrintSchemaTags.Framework.OptionNameProperty, 250return (PageOrder)this[PrintSchemaTags.Framework.OptionNameProperty]; 260this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobStaple.cs (3)
258PrintSchemaTags.Framework.OptionNameProperty, 282return (Stapling)this[PrintSchemaTags.Framework.OptionNameProperty]; 292this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageBorderless.cs (3)
227PrintSchemaTags.Framework.OptionNameProperty, 251return (PageBorderless)this[PrintSchemaTags.Framework.OptionNameProperty]; 261this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageDeviceFont.cs (3)
228PrintSchemaTags.Framework.OptionNameProperty, 252return (DeviceFontSubstitution)this[PrintSchemaTags.Framework.OptionNameProperty]; 262this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageMediaSize.cs (3)
337PrintSchemaTags.Framework.OptionNameProperty, 379return (PageMediaSizeName)this[PrintSchemaTags.Framework.OptionNameProperty]; 580this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageMediaType.cs (3)
230PrintSchemaTags.Framework.OptionNameProperty, 254return (PageMediaType)this[PrintSchemaTags.Framework.OptionNameProperty]; 264this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageOrientation.cs (3)
226PrintSchemaTags.Framework.OptionNameProperty, 250return (PageOrientation)this[PrintSchemaTags.Framework.OptionNameProperty]; 260this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageOutputColor.cs (3)
230PrintSchemaTags.Framework.OptionNameProperty, 254return (OutputColor)this[PrintSchemaTags.Framework.OptionNameProperty]; 264this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageOutputQuality.cs (3)
228PrintSchemaTags.Framework.OptionNameProperty, 252return (OutputQuality)this[PrintSchemaTags.Framework.OptionNameProperty]; 262this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageScaling.cs (3)
421PrintSchemaTags.Framework.OptionNameProperty, 458return (PageScaling)this[PrintSchemaTags.Framework.OptionNameProperty]; 540this[PrintSchemaTags.Framework.OptionNameProperty] = (int)PageScaling.CustomSquare;
PrintConfig\PageTrueTypeFont.cs (3)
228PrintSchemaTags.Framework.OptionNameProperty, 252return (TrueTypeFontMode)this[PrintSchemaTags.Framework.OptionNameProperty]; 262this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PhotoPrintingIntent.cs (3)
226PrintSchemaTags.Framework.OptionNameProperty, 250return (PhotoPrintingIntent)this[PrintSchemaTags.Framework.OptionNameProperty]; 260this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PrintCapabilitesWriter.cs (19)
73this._writer.WriteStartElement(PrintSchemaPrefixes.Framework, PrintSchemaTags.Framework.PrintCapRoot, PrintSchemaNamespaces.Framework); 648this._writer.WriteStartElement(PrintSchemaTags.Framework.Feature, PrintSchemaNamespaces.Framework); 649WriteQNameAttribute(null, PrintSchemaTags.Framework.NameAttr, featureNamespace, featureName); 662this._writer.WriteStartElement(PrintSchemaTags.Framework.ParameterDef, PrintSchemaNamespaces.Framework); 663WriteQNameAttribute(null, PrintSchemaTags.Framework.NameAttr, paramDefNamespace, paramDefName); 674this._writer.WriteStartElement(PrintSchemaTags.Framework.Option, PrintSchemaNamespaces.Framework); 677WriteQNameAttribute(null, PrintSchemaTags.Framework.NameAttr, optionNamespace, optionName); 686this._writer.WriteStartElement(PrintSchemaTags.Framework.Option, PrintSchemaNamespaces.Framework); 689WriteQNameAttribute(null, PrintSchemaTags.Framework.NameAttr, optionNamespace, optionName); 753this._writer.WriteStartElement(PrintSchemaTags.Framework.Property, PrintSchemaNamespaces.Framework); 754WriteQNameAttribute(null, PrintSchemaTags.Framework.NameAttr, propertyNamespace, propertyName); 764this._writer.WriteStartElement(PrintSchemaTags.Framework.ScoredProperty, PrintSchemaNamespaces.Framework); 765WriteQNameAttribute(null, PrintSchemaTags.Framework.NameAttr, propertyNamespace, propertyName); 775this._writer.WriteStartElement(PrintSchemaTags.Framework.Value, PrintSchemaNamespaces.Framework); 785this._writer.WriteStartElement(PrintSchemaTags.Framework.Value, PrintSchemaNamespaces.Framework); 795this._writer.WriteStartElement(PrintSchemaTags.Framework.ParameterRef, PrintSchemaNamespaces.Framework); 797WriteQNameAttribute(null, PrintSchemaTags.Framework.NameAttr, parameterNamespace, parameterName); 804this._writer.WriteStartElement(PrintSchemaTags.Framework.ParameterInit, PrintSchemaNamespaces.Framework); 806WriteQNameAttribute(null, PrintSchemaTags.Framework.NameAttr, parameterNamespace, parameterName);
PrintConfig\PrintSchema.cs (2)
1969"<" + PrintSchemaPrefixes.Framework + ":" + PrintSchemaTags.Framework.PrintTicketRoot + 1975"</" + PrintSchemaPrefixes.Framework + ":" + PrintSchemaTags.Framework.PrintTicketRoot + ">";
PrintConfig\PrintSchemaShim.cs (3)
132XmlElement parameterInitElem = ticket.XmlDoc.CreateElement(PrintSchemaPrefixes.Framework, PrintSchemaTags.Framework.ParameterInit, PrintSchemaNamespaces.Framework); 140XmlElement valueElem = ticket.XmlDoc.CreateElement(PrintSchemaPrefixes.Framework, PrintSchemaTags.Framework.Value, PrintSchemaNamespaces.Framework); 1067ticket.PageScaling[PrintSchemaTags.Framework.OptionNameProperty] = (int)PageScaling.None;
PrintConfig\PrtCap_Public.cs (2)
466PrintSchemaTags.Framework.PrintCapRoot, 506PrintSchemaTags.Framework.ParameterDef,
PrintConfig\PrtCap_Reader.cs (9)
54(_xmlReader.LocalName != PrintSchemaTags.Framework.PrintCapRoot) || 72string version = _xmlReader.GetAttribute(PrintSchemaTags.Framework.RootVersionAttr, 79PrintSchemaTags.Framework.RootVersionAttr)); 93PrintSchemaTags.Framework.RootVersionAttr, 98if (versionNum != PrintSchemaTags.Framework.SchemaVersion) 157PrintSchemaTags.Framework.NodeTypeMapTable, 199string QName = _xmlReader.GetAttribute(PrintSchemaTags.Framework.NameAttr, 299PrintSchemaTags.Framework.Value, 373PrintSchemaTags.Framework.ParameterRef,
PrintConfig\PrtTicket_Base.cs (32)
91PrintSchemaTags.Framework.Feature, 103PrintSchemaTags.Framework.ParameterInit, 191if (propertyName == PrintSchemaTags.Framework.OptionNameProperty) 319if (propertyName == PrintSchemaTags.Framework.OptionNameProperty) 415PrintSchemaTags.Framework.Feature, 437PrintSchemaTags.Framework.Feature, 457string optionName = optionNode.GetAttribute(PrintSchemaTags.Framework.NameAttr, 500PrintSchemaTags.Framework.Option, 504optionNode.SetAttribute(PrintSchemaTags.Framework.NameAttr, 571PrintSchemaTags.Framework.Option, 579PrintSchemaTags.Framework.ScoredProperty, 584PrintSchemaTags.Framework.ScoredProperty, 589PrintSchemaTags.Framework.Value, 650PrintSchemaTags.Framework.Option, 658PrintSchemaTags.Framework.ScoredProperty, 663PrintSchemaTags.Framework.ScoredProperty, 668PrintSchemaTags.Framework.Value, 697PrintSchemaTags.Framework.ScoredProperty, 706PrintSchemaTags.Framework.ParameterRef, 712string fullRefName = refNode.GetAttribute(PrintSchemaTags.Framework.NameAttr, 748PrintSchemaTags.Framework.Option, 756PrintSchemaTags.Framework.ScoredProperty, 761PrintSchemaTags.Framework.ScoredProperty, 766PrintSchemaTags.Framework.ParameterRef, 779PrintSchemaTags.Framework.Option, 817PrintSchemaTags.Framework.ScoredProperty, 826PrintSchemaTags.Framework.Value, 999_parameterNodeTagName = PrintSchemaTags.Framework.ParameterInit; 1003_parameterNodeTagName = PrintSchemaTags.Framework.Property; 1298PrintSchemaTags.Framework.Value, 1340PrintSchemaTags.Framework.Value, 1345PrintSchemaTags.Framework.Value,
PrintConfig\PrtTicket_Editor.cs (13)
50(root.LocalName != PrintSchemaTags.Framework.PrintTicketRoot)) 58string version = root.GetAttribute(PrintSchemaTags.Framework.RootVersionAttr, 68PrintSchemaTags.Framework.RootVersionAttr)); 81PrintSchemaTags.Framework.RootVersionAttr, 87if (versionNum != PrintSchemaTags.Framework.SchemaVersion) 109((rootChild.LocalName != PrintSchemaTags.Framework.Feature) && 110(rootChild.LocalName != PrintSchemaTags.Framework.ParameterInit) && 111(rootChild.LocalName != PrintSchemaTags.Framework.Property))) 118string childName = ((XmlElement)rootChild).GetAttribute(PrintSchemaTags.Framework.NameAttr, 127PrintSchemaTags.Framework.NameAttr)); 274PrintSchemaTags.Framework.NameAttr, 338PrintSchemaTags.Framework.NameAttr, 370newNode.SetAttribute(PrintSchemaTags.Framework.NameAttr,
PrintConfig\PrtTicket_Public.cs (2)
51_xmlDoc.LoadXml(PrintSchemaTags.Framework.EmptyPrintTicket); 532PrintSchemaTags.Framework.PrintTicketRoot,
PrintConfig\PTProvider.cs (3)
243PrintSchemaTags.Framework.PrintTicketRoot, 348PrintSchemaTags.Framework.PrintTicketRoot, 509PrintSchemaTags.Framework.PrintTicketRoot,