3 writes to InputWritten
System.Web.Mobile (3)
UI\MobileControls\Adapters\HtmlMobileTextWriter.cs (2)
264InputWritten = false; 1241_writer.InputWritten = false;
UI\MobileControls\Adapters\HtmlTextBoxAdapter.cs (1)
77writer.InputWritten = true;
1 reference to InputWritten
System.Web.Mobile (1)
UI\MobileControls\Adapters\HtmlMobileTextWriter.cs (1)
1234((_writer.BeforeFirstControlWritten) || (_writer.InputWritten)) &&