12 references to CurrentElementScope
System.Private.Xml (12)
System\Xml\Xsl\XsltOld\OutputScopeManager.cs (4)
37get { return CurrentElementScope.Space; } 42get { return CurrentElementScope.Lang; } 70CurrentElementScope.AddNamespace(prefix, nspace, _defaultNS); 83OutputScope parentScope = CurrentElementScope;
System\Xml\Xsl\XsltOld\RecordBuilder.cs (3)
299OutputScope elementScope = _scopeManager.CurrentElementScope; 496OutputScope scope = _scopeManager.CurrentElementScope; 554OutputScope elementScope = _scopeManager.CurrentElementScope;
System\Xml\Xsl\XsltOld\SequentialOutput.cs (5)
121record.Manager.CurrentElementScope.HtmlElementProps = htmlProps; 150record.Manager.CurrentElementScope.ToCData = true; 186OutputScope scope = record.Manager.CurrentElementScope; 315HtmlElementProps? htmlProps = record.Manager.CurrentElementScope.HtmlElementProps; 738if (!record.Manager.CurrentElementScope.Mixed)