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