1 write to _privateNamespace
ReachFramework (1)
PrintConfig\PrintCapabilitesWriter.cs (1)
40this._privateNamespace = privateNamespace;
9 references to _privateNamespace
ReachFramework (9)
PrintConfig\PrintCapabilitesWriter.cs (9)
78if (this._privateNamespace != null && this._privateQName != null) 80this._writer.WriteAttributeString(PrintSchemaPrefixes.xmlns, this._privateQName, null, this._privateNamespace); 286string optionNamespace = hasStandardKeywordNamespace ? PrintSchemaNamespaces.StandardKeywordSet : this._privateNamespace; 313WriteStartOption(this._privateNamespace, optionLocalName, optionDisplayName, "None"); 349optionNamespace = this._privateNamespace; 522WriteStartOption(this._privateNamespace, null, x + " x " + y, "None"); 619Invariant.Assert(this._privateNamespace != null, "Cannot write PageDevmodeSnapshot without private namespace"); 628if (this._privateNamespace != null && this._privateQName != null) 630WriteStartParameterDef(this._privateNamespace, "PageDevmodeSnapshot", COMPSTUISR.IDS_NULL);