1 write to _templateFactory
System.Web.DynamicData (1)
DynamicData\FieldTemplateFactory.cs (1)
34
_templateFactory
= new TemplateFactory("FieldTemplates");
7 references to _templateFactory
System.Web.DynamicData (7)
DynamicData\FieldTemplateFactory.cs (7)
40
_templateFactory
.VirtualPathProvider = vpp;
48
return
_templateFactory
.TemplateFolderVirtualPath;
51
_templateFactory
.TemplateFolderVirtualPath = value;
60
return
_templateFactory
.Model;
63
_templateFactory
.Model = value;
111
return
_templateFactory
.GetTemplatePath(cacheKey, templatePathFactoryFunction);
270
if (
_templateFactory
.FileExists(virtualPath))