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; 48return _templateFactory.TemplateFolderVirtualPath; 51_templateFactory.TemplateFolderVirtualPath = value; 60return _templateFactory.Model; 63_templateFactory.Model = value; 111return _templateFactory.GetTemplatePath(cacheKey, templatePathFactoryFunction); 270if (_templateFactory.FileExists(virtualPath))