1 write to _staticValue
System.Web.Mobile (1)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicTextBoxAdapter.cs (1)
39
_staticValue
= Control.Text;
1 reference to _staticValue
System.Web.Mobile (1)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicTextBoxAdapter.cs (1)
96
if (Control.Form.Action.Length > 0 || (!IsViewStateEnabled() && Control.Text !=
_staticValue
)) {