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