10 references to Content
System.Web.Mobile (10)
UI\MobileControls\Adapters\HtmlPanelAdapter.cs (2)
51
if (Control.
Content
!= null)
53
Control.
Content
.RenderControl(writer);
UI\MobileControls\Adapters\WmlPanelAdapter.cs (2)
45
if (Control.
Content
!= null)
48
Control.
Content
.RenderControl(writer);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicPanelAdapter.cs (2)
34
if (Control.
Content
!= null) {
35
Control.
Content
.RenderControl(writer);
UI\MobileControls\Panel.cs (4)
142
if (Paginate &&
Content
!= null)
144
Content
.Paginate = true;
145
Content
.PaginateRecursive(pager);
146
this.FirstPage =
Content
.FirstPage;