2 writes to BeforeFirstControlWritten
System.Web.Mobile (2)
UI\MobileControls\Adapters\HtmlFormAdapter.cs (1)
153
writer.
BeforeFirstControlWritten
= true;
UI\MobileControls\Adapters\HtmlMobileTextWriter.cs (1)
286
BeforeFirstControlWritten
= false;
3 references to BeforeFirstControlWritten
System.Web.Mobile (3)
UI\MobileControls\Adapters\HtmlLabelAdapter.cs (1)
65
if( (writer.
BeforeFirstControlWritten
) &&
UI\MobileControls\Adapters\HtmlMobileTextWriter.cs (2)
284
if(
BeforeFirstControlWritten
)
1234
((_writer.
BeforeFirstControlWritten
) || (_writer.InputWritten)) &&