12 references to CurrentElementScope
System.Data.SqlXml (12)
System\Xml\Xsl\XsltOld\OutputScopeManager.cs (4)
36
get { return
CurrentElementScope
.Space; }
40
get { return
CurrentElementScope
.Lang; }
65
CurrentElementScope
.AddNamespace(prefix, nspace, this.defaultNS);
76
OutputScope parentScope =
CurrentElementScope
;
System\Xml\Xsl\XsltOld\RecordBuilder.cs (3)
270
OutputScope elementScope = this.scopeManager.
CurrentElementScope
;
434
OutputScope scope = this.scopeManager.
CurrentElementScope
;
479
OutputScope elementScope = this.scopeManager.
CurrentElementScope
;
System\Xml\Xsl\XsltOld\SequentialOutput.cs (5)
120
record.Manager.
CurrentElementScope
.HtmlElementProps = htmlProps;
144
record.Manager.
CurrentElementScope
.ToCData = true;
176
OutputScope scope = record.Manager.
CurrentElementScope
;
283
HtmlElementProps htmlProps = record.Manager.
CurrentElementScope
.HtmlElementProps;
646
if (! record.Manager.
CurrentElementScope
.Mixed) {