6 references to HiddenVariables
System.Web.Mobile (6)
UI\MobileControls\Adapters\HtmlPageAdapter.cs (2)
235foreach (DictionaryEntry entry in Page.HiddenVariables) 251foreach (DictionaryEntry entry in Page.HiddenVariables)
UI\MobileControls\Adapters\WmlMobileTextWriter.cs (1)
811foreach (DictionaryEntry entry in Page.HiddenVariables)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicFormAdapter.cs (1)
142foreach (DictionaryEntry entry in Page.HiddenVariables) {
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicPageAdapter.cs (1)
435foreach (DictionaryEntry entry in Page.HiddenVariables) {
UI\MobileControls\MobilePage.cs (1)
943HiddenVariables[key.Substring(HiddenVariablePrefix.Length)] = collection[i];