1 write to _privateNamespace
ReachFramework (1)
PrintConfig\PrintCapabilitesWriter.cs (1)
37this._privateNamespace = privateNamespace;
9 references to _privateNamespace
ReachFramework (9)
PrintConfig\PrintCapabilitesWriter.cs (9)
75if (this._privateNamespace != null && this._privateQName != null) 77this._writer.WriteAttributeString(PrintSchemaPrefixes.xmlns, this._privateQName, null, this._privateNamespace); 283string optionNamespace = hasStandardKeywordNamespace ? PrintSchemaNamespaces.StandardKeywordSet : this._privateNamespace; 310WriteStartOption(this._privateNamespace, optionLocalName, optionDisplayName, "None"); 346optionNamespace = this._privateNamespace; 519WriteStartOption(this._privateNamespace, null, x + " x " + y, "None"); 616Invariant.Assert(this._privateNamespace != null, "Cannot write PageDevmodeSnapshot without private namespace"); 625if (this._privateNamespace != null && this._privateQName != null) 627WriteStartParameterDef(this._privateNamespace, "PageDevmodeSnapshot", COMPSTUISR.IDS_NULL);