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