2 types derived from BuilderPropertyEntry
System.Web (2)
UI\ComplexPropertyEntry.cs (1)
14public class ComplexPropertyEntry : BuilderPropertyEntry {
UI\TemplatePropertyEntry.cs (1)
11public class TemplatePropertyEntry : BuilderPropertyEntry {
3 references to BuilderPropertyEntry
System.Web (3)
Compilation\BaseTemplateCodeDomTreeGenerator.cs (1)
1129foreach (BuilderPropertyEntry entry in entries) {
UI\ControlBuilder.cs (2)
2604foreach (BuilderPropertyEntry entry in _complexPropertyEntries) { 2616foreach (BuilderPropertyEntry entry in _templatePropertyEntries) {