1 write to _themeParser
System.Web (1)
Compilation\PageThemeCodeDomTreeGenerator.cs (1)
38_themeParser = parser;
10 references to _themeParser
System.Web (10)
Compilation\PageThemeCodeDomTreeGenerator.cs (10)
135if (_themeParser.CssFileList != null && _themeParser.CssFileList.Count > 0) { 136CodeExpression[] cssFiles = new CodeExpression[_themeParser.CssFileList.Count]; 138foreach(String cssFile in _themeParser.CssFileList) { 172new CodePrimitiveExpression(_themeParser.VirtualDirPath.VirtualPathString)); 174BuildSourceDataTreeFromBuilder(_themeParser.RootBuilder, 195bool fRootBuilder = (builder == _themeParser.RootBuilder); 281spse.Value = UrlPath.MakeVirtualPathAppRelative(UrlPath.Combine(_themeParser.VirtualDirPath.VirtualPathString, strValue)); 291cpe.Builder = new StringPropertyBuilder(UrlPath.MakeVirtualPathAppRelative(UrlPath.Combine(_themeParser.VirtualDirPath.VirtualPathString, strValue))); 310string className = _themeParser.VirtualDirPath.FileName;