3 types derived from PropertyEntry
System.Web (3)
UI\BoundPropertyEntry.cs (1)
19public class BoundPropertyEntry : PropertyEntry {
UI\BuilderPropertyEntry.cs (1)
11public abstract class BuilderPropertyEntry : PropertyEntry {
UI\SimplePropertyEntry.cs (1)
16public class SimplePropertyEntry : PropertyEntry {
33 references to PropertyEntry
System.Web (33)
Compilation\BaseTemplateCodeDomTreeGenerator.cs (13)
155bool fInTemplate, bool topLevelControlInTemplate, PropertyEntry pse, bool fControlSkin) { 242bool topLevelControlInTemplate, PropertyEntry pse, CodeStatementCollection statements, 338PropertyEntry previous = null; 408PropertyEntry previous = null; 543PropertyEntry previous = null; 739PropertyEntry previous = null; 849PropertyEntry previous = null; 1026PropertyEntry previous = null; 1350PropertyEntry previous = null; 1588PropertyEntry pse) { 1681internal virtual CodeExpression BuildStringPropertyExpression(PropertyEntry pse) { 1742ref PropertyEntry previous, PropertyEntry current,
Compilation\PageThemeCodeDomTreeGenerator.cs (2)
185PropertyEntry pse) { 270internal override CodeExpression BuildStringPropertyExpression(PropertyEntry pse) {
UI\ControlBuilder.cs (11)
932private void AddEntry(ArrayList entries, PropertyEntry entry) { 1821foreach (PropertyEntry entry in entries) { 1833foreach (PropertyEntry entry in entries) { 1845foreach (PropertyEntry entry in entries) { 2989foreach (PropertyEntry entry in propertyEntries) { 3280Debug.Assert(o1 is PropertyEntry); 3281Debug.Assert(o2 is PropertyEntry); 3283PropertyEntry entry1 = (PropertyEntry)o1; 3284PropertyEntry entry2 = (PropertyEntry)o2;
UI\ObjectPersistData.cs (7)
48foreach (PropertyEntry entry in builder.SimplePropertyEntries) { 52foreach (PropertyEntry entry in builder.ComplexPropertyEntries) { 56foreach (PropertyEntry entry in builder.TemplatePropertyEntries) { 60foreach (PropertyEntry entry in builder.BoundPropertyEntries) { 135private void AddPropertyEntry(PropertyEntry entry) { 181public PropertyEntry GetFilteredProperty(string filter, string name) { 184return (PropertyEntry)filteredProperties[name];