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)
135
if (
_themeParser
.CssFileList != null &&
_themeParser
.CssFileList.Count > 0) {
136
CodeExpression[] cssFiles = new CodeExpression[
_themeParser
.CssFileList.Count];
138
foreach(String cssFile in
_themeParser
.CssFileList) {
172
new CodePrimitiveExpression(
_themeParser
.VirtualDirPath.VirtualPathString));
174
BuildSourceDataTreeFromBuilder(
_themeParser
.RootBuilder,
195
bool fRootBuilder = (builder ==
_themeParser
.RootBuilder);
281
spse.Value = UrlPath.MakeVirtualPathAppRelative(UrlPath.Combine(
_themeParser
.VirtualDirPath.VirtualPathString, strValue));
291
cpe.Builder = new StringPropertyBuilder(UrlPath.MakeVirtualPathAppRelative(UrlPath.Combine(
_themeParser
.VirtualDirPath.VirtualPathString, strValue)));
310
string className =
_themeParser
.VirtualDirPath.FileName;