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