1 instantiation of BoundPropertyEntry
System.Web (1)
UI\ControlBuilder.cs (1)
729
BoundPropertyEntry entry = new
BoundPropertyEntry
();
32 references to BoundPropertyEntry
System.Web (32)
Compilation\AppSettingsExpressionBuilder.cs (2)
27
public override CodeExpression GetCodeExpression(
BoundPropertyEntry
entry,
46
public override object EvaluateExpression(object target,
BoundPropertyEntry
entry,
Compilation\BaseTemplateCodeDomTreeGenerator.cs (3)
853
foreach (
BoundPropertyEntry
entry in builder.BoundPropertyEntries) {
1030
foreach (
BoundPropertyEntry
entry in controlBuilder.BoundPropertyEntries) {
1357
foreach (
BoundPropertyEntry
entry in builder.BoundPropertyEntries) {
Compilation\ConnectionStringsExpressionBuilder.cs (2)
50
public override CodeExpression GetCodeExpression(
BoundPropertyEntry
entry,
65
public override object EvaluateExpression(object target,
BoundPropertyEntry
entry,
Compilation\DataBindingExpressionBuilder.cs (3)
133
internal override void BuildExpression(
BoundPropertyEntry
bpe, ControlBuilder controlBuilder,
139
internal static void BuildExpressionStatic(
BoundPropertyEntry
bpe, ControlBuilder controlBuilder,
147
public override CodeExpression GetCodeExpression(
BoundPropertyEntry
entry,
Compilation\ExpressionBuilder.cs (3)
27
internal virtual void BuildExpression(
BoundPropertyEntry
bpe, ControlBuilder controlBuilder,
110
public abstract CodeExpression GetCodeExpression(
BoundPropertyEntry
entry,
113
public virtual object EvaluateExpression(object target,
BoundPropertyEntry
entry,
Compilation\ResourceExpressionBuilder.cs (4)
85
public override CodeExpression GetCodeExpression(
BoundPropertyEntry
entry,
101
public override object EvaluateExpression(object target,
BoundPropertyEntry
entry,
118
private CodeExpression GetAppResCodeExpression(string classKey, string resourceKey,
BoundPropertyEntry
entry) {
137
private CodeExpression GetPageResCodeExpression(string resourceKey,
BoundPropertyEntry
entry) {
Compilation\RouteUrlExpressionBuilder.cs (2)
27
public override CodeExpression GetCodeExpression(
BoundPropertyEntry
entry,
37
public override object EvaluateExpression(object target,
BoundPropertyEntry
entry,
Compilation\RouteValueExpressionBuilder.cs (2)
27
public override CodeExpression GetCodeExpression(
BoundPropertyEntry
entry,
40
public override object EvaluateExpression(object target,
BoundPropertyEntry
entry,
UI\BindableTemplateBuilder.cs (1)
84
foreach (
BoundPropertyEntry
entry in entries) {
UI\ControlBuilder.cs (8)
729
BoundPropertyEntry
entry = new BoundPropertyEntry();
753
foreach (
BoundPropertyEntry
bpe in BoundPropertyEntriesInternal) {
768
private void AddBoundProperty(
BoundPropertyEntry
entry) {
789
private void FillUpBoundPropertyEntry(
BoundPropertyEntry
entry, string name) {
2278
foreach (
BoundPropertyEntry
entry in entries) {
2291
private void InitBoundProperty(object obj,
BoundPropertyEntry
entry,
2397
foreach (
BoundPropertyEntry
entry in entries) {
2571
foreach (
BoundPropertyEntry
entry in BoundPropertyEntries) {
UI\SkinBuilder.cs (2)
169
foreach (
BoundPropertyEntry
entry in entries) {
174
private void InitBoundProperty(Control control,
BoundPropertyEntry
entry,