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