6 writes to Value
System.Web (6)
Compilation\PageThemeCodeDomTreeGenerator.cs (1)
281spse.Value = UrlPath.MakeVirtualPathAppRelative(UrlPath.Combine(_themeParser.VirtualDirPath.VirtualPathString, strValue));
UI\ControlBuilder.cs (5)
1025entry.Value = value; 1043entry.Value = objectValue; 1057entry.Value = true; 1123entry.Value = value; 3048entry.Value = resourceKey;
8 references to Value
System.Web (8)
Compilation\BaseTemplateCodeDomTreeGenerator.cs (1)
1684value = (string)((SimplePropertyEntry)pse).Value;
Compilation\PageThemeCodeDomTreeGenerator.cs (1)
279string strValue = (string)spse.Value;
UI\ControlBuilder.cs (3)
145select (string)simplePropertyEntry.Value).FirstOrDefault(); 2156((IAttributeAccessor)obj).SetAttribute(entry.Name, entry.Value.ToString()); 2160PropertyMapper.SetMappedPropertyValue(obj, entry.Name, entry.Value, InDesigner);
UI\SimplePropertyEntry.cs (2)
73methCallExpression.Parameters.Add(new CodePrimitiveExpression(Value)); 92rightExpr = CodeDomUtility.GenerateExpressionForValue(PropertyInfo, Value, Type);
UI\SkinBuilder.cs (1)
141object value = entry.Value;