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