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