4 references to GetValues
System.Web.Extensions (4)
UI\WebControls\Expressions\CustomExpression.cs (1)
29CustomExpressionEventArgs e = new CustomExpressionEventArgs(source, GetValues());
UI\WebControls\Expressions\MethodExpression.cs (1)
114IDictionary<string, object> parameterValues = GetValues();
UI\WebControls\Expressions\PropertyExpression.cs (1)
15IDictionary<string, object> values = GetValues();
UI\WebControls\Expressions\SearchExpression.cs (1)
51IDictionary<string, object> values = GetValues();