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)
162if (_postBackVariables == null) 167return _postBackVariables; 183_postBackVariables[control] = s; 188_postBackVariables[control] = null;