1 write to IsEncoded
System.Web (1)
UI\ControlBuilder.cs (1)
742entry.IsEncoded = encode;
3 references to IsEncoded
System.Web (3)
Compilation\BaseTemplateCodeDomTreeGenerator.cs (2)
1414entry.Name, entry.Type, builder, topStatements, currentStmts, linePragma, entry.IsEncoded, ref hasTempObject); 1417DataBindingExpressionBuilder.BuildExpressionStatic(entry, builder, null, topStatements, currentStmts, linePragma, entry.IsEncoded, ref hasTempObject);
Compilation\DataBindingExpressionBuilder.cs (1)
136BuildExpressionStatic(bpe, controlBuilder, controlReference, methodStatements, statements, linePragma, bpe.IsEncoded, ref hasTempObject);