3 instantiations of SimplePropertyEntry
System.Web (3)
UI\ControlBuilder.cs (3)
987SimplePropertyEntry entry = new SimplePropertyEntry(); 1117SimplePropertyEntry entry = new SimplePropertyEntry(); 3045SimplePropertyEntry entry = new SimplePropertyEntry();
14 references to SimplePropertyEntry
System.Web (14)
Compilation\BaseTemplateCodeDomTreeGenerator.cs (3)
410foreach (SimplePropertyEntry pseSub in builder.SimplePropertyEntries) { 1683if (pse is SimplePropertyEntry) { 1684value = (string)((SimplePropertyEntry)pse).Value;
Compilation\PageThemeCodeDomTreeGenerator.cs (3)
276if (pse is SimplePropertyEntry) { 277SimplePropertyEntry spse = (SimplePropertyEntry)pse;
UI\ControlBuilder.cs (7)
143let simplePropertyEntry = propertyEntry as SimplePropertyEntry 938!(entry is SimplePropertyEntry)) { 987SimplePropertyEntry entry = new SimplePropertyEntry(); 1117SimplePropertyEntry entry = new SimplePropertyEntry(); 2149foreach (SimplePropertyEntry entry in entries) { 2154internal void SetSimpleProperty(SimplePropertyEntry entry, object obj) { 3045SimplePropertyEntry entry = new SimplePropertyEntry();
UI\SkinBuilder.cs (1)
120foreach (SimplePropertyEntry entry in entries) {