4 writes to
System.Web.Mobile (4)
UI\MobileControls\MobileControlsSectionHandler.cs (1)
40config[attribute.Name] = attribute.Value;
UI\MobileControls\MobileControlsSectionHelper.cs (3)
26config["sessionStateHistorySize"] = controlSection.SessionStateHistorySize.ToString(CultureInfo.InvariantCulture); 27config["cookielessDataDictionaryType"] = controlSection.CookielessDataDictionaryType.AssemblyQualifiedName; 28config["allowCustomAttributes"] = controlSection.AllowCustomAttributes.ToString(CultureInfo.InvariantCulture);
5 references to
System.Web.Mobile (5)
UI\MobileControls\ControlsConfig.cs (4)
149s = _parent[key]; 164String sizeString = this["sessionStateHistorySize"]; 189String typeString = this["cookielessDataDictionaryType"]; 201String allow = this["allowCustomAttributes"];
UI\MobileControls\MobileControlsSectionHandler.cs (1)
44String cookielessDataDictionaryType = config["cookielessDataDictionaryType"];