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