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