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