1 write to _privateQName
ReachFramework (1)
PrintConfig\PrintCapabilitesWriter.cs (1)
38
this.
_privateQName
= privateQname;
4 references to _privateQName
ReachFramework (4)
PrintConfig\PrintCapabilitesWriter.cs (4)
75
if (this._privateNamespace != null && this.
_privateQName
!= null)
77
this._writer.WriteAttributeString(PrintSchemaPrefixes.xmlns, this.
_privateQName
, null, this._privateNamespace);
617
Invariant.Assert(this.
_privateQName
!= null, "Cannot write PageDevmodeSnapshot without private namespace prefix");
625
if (this._privateNamespace != null && this.
_privateQName
!= null)