1 write to _privateNamespace
ReachFramework (1)
PrintConfig\PrintCapabilitesWriter.cs (1)
39this._privateNamespace = privateNamespace;
9 references to _privateNamespace
ReachFramework (9)
PrintConfig\PrintCapabilitesWriter.cs (9)
77if (this._privateNamespace != null && this._privateQName != null) 79this._writer.WriteAttributeString(PrintSchemaPrefixes.xmlns, this._privateQName, null, this._privateNamespace); 285string optionNamespace = hasStandardKeywordNamespace ? PrintSchemaNamespaces.StandardKeywordSet : this._privateNamespace; 312WriteStartOption(this._privateNamespace, optionLocalName, optionDisplayName, "None"); 348optionNamespace = this._privateNamespace; 521WriteStartOption(this._privateNamespace, null, x + " x " + y, "None"); 618Invariant.Assert(this._privateNamespace != null, "Cannot write PageDevmodeSnapshot without private namespace"); 627if (this._privateNamespace != null && this._privateQName != null) 629WriteStartParameterDef(this._privateNamespace, "PageDevmodeSnapshot", COMPSTUISR.IDS_NULL);