15 references to State
System.Web.Mobile (15)
UI\MobileControls\Design\PropertyOverridesDialog.cs (4)
726
dest.
State
.Clear();
727
foreach(String key in source.
State
.Keys)
729
dest.
State
[key] = source.
State
[key];
UI\MobileControls\Style.cs (11)
71
foreach(String key in
State
.Keys)
73
clone.
State
[key] =
State
[key];
179
((IStateManager)
State
).LoadViewState(state);
186
State
.SetDirty(true);
231
String name = (String)
State
["Name"];
236
State
["Name"] = value;
253
return (String)
State
["StyleReference"];
257
State
["StyleReference"] = value;
372
State
[property.Name] = defaultValue.Equals(value) ? null : value;
388
Object value =
State
[property.Name];