1 write to _postBackVariables
System.Web.Mobile (1)
UI\MobileControls\Adapters\WmlFormAdapter.cs (1)
164
_postBackVariables
= new ListDictionary();
4 references to _postBackVariables
System.Web.Mobile (4)
UI\MobileControls\Adapters\WmlFormAdapter.cs (4)
162
if (
_postBackVariables
== null)
167
return
_postBackVariables
;
183
_postBackVariables
[control] = s;
188
_postBackVariables
[control] = null;