9 references to TemplateSourceDirectory
System.Web (2)
UI\ObjectStateFormatter.cs (1)
196
"TemplateSourceDirectory: " + _page.
TemplateSourceDirectory
.ToUpperInvariant(),
UI\Page.cs (1)
1539
int pageHashCode = StringUtil.GetNonRandomizedHashCode(
TemplateSourceDirectory
, ignoreCase:true);
System.Web.Mobile (7)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicControlAdapter.cs (3)
180
target = Page.Response.ApplyAppPathModifier(Control.
TemplateSourceDirectory
);
198
String templateSourceDirectory = Page.
TemplateSourceDirectory
;
199
String prefix = writer.EncodeUrlInternal(Page.Response.ApplyAppPathModifier(Page.
TemplateSourceDirectory
));
UI\MobileControls\AdRotator.cs (1)
296
string tplSourceDir = UrlPath.MakeVirtualPathAppAbsolute(
TemplateSourceDirectory
);
UI\MobileControls\MobileControl.cs (1)
349
String baseUrl = UrlPath.MakeVirtualPathAppAbsolute(
TemplateSourceDirectory
);
UI\MobileControls\MobilePage.cs (1)
1451
TemplateSourceDirectory
);
UI\MobileControls\StyleSheet.cs (1)
248
String resolvedPath = UrlPath.Combine(parent.
TemplateSourceDirectory
,