Base:
method
ToString
System.Object.ToString()
21 references to ToString
System.Web.Mobile (21)
UI\MobileControls\Design\Adapters\DesignerCommandAdapter.cs (2)
80String htmlFragment = twTmp.ToString(); 99htmlFragment = twTmp.ToString();
UI\MobileControls\Design\Adapters\DesignerTextBoxAdapter.cs (4)
84String enterLayout = tw.ToString(); 88String exitLayout = tw.ToString(); 98String htmlFragment = tw.ToString(); 116htmlFragment = tw.ToString();
UI\MobileControls\Design\AdRotatorDesigner.cs (1)
46return writer.ToString();
UI\MobileControls\Design\BaseValidatorDesigner.cs (1)
102return tw.ToString();
UI\MobileControls\Design\CalendarDesigner.cs (1)
76return tw.ToString();
UI\MobileControls\Design\CommandDesigner.cs (1)
109return tw.ToString();
UI\MobileControls\Design\ImageDesigner.cs (1)
180return writer.ToString();
UI\MobileControls\Design\LabelDesigner.cs (1)
112return tw.ToString();
UI\MobileControls\Design\LinkDesigner.cs (1)
112return tw.ToString();
UI\MobileControls\Design\ListDesigner.cs (1)
373return writer.ToString();
UI\MobileControls\Design\ObjectListDesigner.cs (1)
175return htmlWriter.ToString();
UI\MobileControls\Design\PhoneCallDesigner.cs (1)
113return tw.ToString();
UI\MobileControls\Design\SelectionListDesigner.cs (1)
320return htmlWriter.ToString();
UI\MobileControls\Design\StylesEditorDialog.cs (1)
623tw.ToString() + "</p></td></tr></table></div>";
UI\MobileControls\Design\TextBoxDesigner.cs (1)
74return tw.ToString();
UI\MobileControls\Design\TextViewDesigner.cs (1)
117return tw.ToString();
UI\MobileControls\Design\ValidationSummaryDesigner.cs (1)
73return tw.ToString();