7 writes to Type
System.Web (7)
UI\ControlBuilder.cs (7)
821entry.Type = propInfo.PropertyType; 828entry.Type = ((FieldInfo)memberInfo).FieldType; 919entry.Type = memberType; 1023entry.Type = memberType; 1179entry.Type = propInfo.PropertyType; 1186entry.Type = memberType; 3051entry.Type = typeof(string);
21 references to Type
System.Web (21)
Compilation\BaseTemplateCodeDomTreeGenerator.cs (3)
779if (pseSub.Type.GetMethod("Clear", bindingFlags) != null) { 1095controlPropertyExpression = CodeDomUtility.BuildJSharpCastExpression(entry.Type, controlPropertyExpression); 1414entry.Name, entry.Type, builder, topStatements, currentStmts, linePragma, entry.IsEncoded, ref hasTempObject);
Compilation\DataBindingExpressionBuilder.cs (1)
143BuildPropertySetExpression(expr, bpe.Name, bpe.Type, controlBuilder, methodStatements, statements, linePragma, isEncoded, ref hasTempObject);
Compilation\ExpressionBuilder.cs (1)
34controlReference, bpe.Name, bpe.Type,
Compilation\ResourceExpressionBuilder.cs (5)
109if (entry.Type == typeof(string)) 129if (entry.Type != typeof(string) && entry.Type != null) { 147if (entry.Type != typeof(string) && entry.Type != null) {
UI\BoundPropertyEntry.cs (1)
198_parsedExpressionData = ExpressionBuilder.ParseExpression(Expression, Type, context);
UI\ControlBuilder.cs (7)
1049throw new HttpException(SR.GetString(SR.Invalid_enum_value, value, name, entry.Type.FullName)); 2302dataBindings.Add(new DataBinding(entry.Name, entry.Type, entry.Expression.Trim())); 2307((IExpressionsAccessor)obj).Expressions.Add(new ExpressionBinding(entry.Name, entry.Type, expressionPrefix, expression, entry.Generated, entry.ParsedExpressionData)); 2435if (entry.Type.IsValueType && evalValue == null) { 2440if (entry.Type == typeof(string)) { 2443else if (evalValue != null && !entry.Type.IsAssignableFrom(evalValue.GetType())) { 2444convertedValue = PropertyConverter.ObjectFromString(entry.Type, memberInfo, System.Convert.ToString(evalValue, CultureInfo.CurrentCulture));
UI\SimplePropertyEntry.cs (2)
88if (Type == typeof(string)) { 92rightExpr = CodeDomUtility.GenerateExpressionForValue(PropertyInfo, Value, Type);
UI\SkinBuilder.cs (1)
184dataBindings.Add(new DataBinding(entry.Name, entry.Type, entry.Expression.Trim()));