2 writes to Title
System.Web.Mobile (2)
UI\MobileControls\Design\FormDesigner.cs (1)
63_form.Title = value;
UI\MobileControls\ErrorFormatterPage.cs (1)
88form.Title = SR.GetString(SR.ErrorFormatterPage_ServerError,
7 references to Title
System.Web.Mobile (7)
UI\MobileControls\Adapters\HtmlFormAdapter.cs (1)
54String title = Control.Title;
UI\MobileControls\Adapters\UpWmlMobileTextWriter.cs (1)
1173String formTitle = CurrentForm.Title;
UI\MobileControls\Adapters\WmlMobileTextWriter.cs (1)
939String title = form.Title;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicPageAdapter.cs (2)
390if (Page.ActiveForm.Title != null) { 391writer.WriteEncodedText(Page.ActiveForm.Title);
UI\MobileControls\Design\FormDesigner.cs (2)
58return _form.Title; 159_form.Title,