1 write to _templateFactory
System.Web.DynamicData (1)
DynamicData\FilterFactory.cs (1)
17_templateFactory = new TemplateFactory(s_defaultFiltersFolder);
5 references to _templateFactory
System.Web.DynamicData (5)
DynamicData\FilterFactory.cs (5)
23_templateFactory.VirtualPathProvider = vpp; 28return _templateFactory.TemplateFolderVirtualPath; 31_templateFactory.TemplateFolderVirtualPath = value; 37_templateFactory.Model = model; 76return _templateFactory.GetTemplatePath(cacheKey, delegate() {