2 instantiations of ComplexPropertyEntry
System.Web (2)
UI\ControlBuilder.cs (2)
865ComplexPropertyEntry entry = new ComplexPropertyEntry(true); 893ComplexPropertyEntry entry = new ComplexPropertyEntry();
22 references to ComplexPropertyEntry
System.Web (22)
Compilation\BaseTemplateCodeDomTreeGenerator.cs (8)
183ComplexPropertyEntry cpse = pse as ComplexPropertyEntry; 743foreach (ComplexPropertyEntry pseSub in builder.ComplexPropertyEntries) { 1632foreach (ComplexPropertyEntry entry in builder.ComplexPropertyEntries) { 1635BuildSourceDataTreeFromBuilder(((ComplexPropertyEntry)entry).Builder, fInTemplate, false /*topLevelControlInTemplate*/, entry); 1687Debug.Assert(pse is ComplexPropertyEntry); 1688ComplexPropertyEntry cpe = (ComplexPropertyEntry)pse;
Compilation\PageThemeCodeDomTreeGenerator.cs (5)
245foreach (ComplexPropertyEntry entry in builder.ComplexPropertyEntries) { 247BuildSourceDataTreeFromBuilder(((ComplexPropertyEntry)entry).Builder, fInTemplate, false /*topLevelControlInTemplate*/, entry); 285Debug.Assert(pse is ComplexPropertyEntry); 286ComplexPropertyEntry cpe = (ComplexPropertyEntry)pse;
UI\ControlBuilder.cs (6)
865ComplexPropertyEntry entry = new ComplexPropertyEntry(true); 893ComplexPropertyEntry entry = new ComplexPropertyEntry(); 2173foreach (ComplexPropertyEntry entry in ComplexPropertyEntries) { 2175ControlBuilder controlBuilder = ((ComplexPropertyEntry)entry).Builder; 2176Debug.Assert(((ComplexPropertyEntry)entry).IsCollectionItem, "The entry should be a collection entry, instead it's a " + entry.GetType()); 2214foreach (ComplexPropertyEntry entry in entries) {
UI\ObjectPersistData.cs (2)
136if (_isCollection && (entry is ComplexPropertyEntry && ((ComplexPropertyEntry)entry).IsCollectionItem)) {
UI\SkinBuilder.cs (1)
81foreach (ComplexPropertyEntry entry in entries) {