15 references to Footer
System.Web.Mobile (15)
UI\MobileControls\Adapters\HtmlControlAdapter.cs (1)
252if (!child.Visible || child == Control.Form.Header || child == Control.Form.Footer)
UI\MobileControls\Adapters\HtmlFormAdapter.cs (4)
169if(Control.Footer != null && !secondaryUIInHeaderOrFooter) 171Control.Footer.RenderControl(writer); 182if(Control.Footer == child) 530return IsAncestor(Control.Footer, control);
UI\MobileControls\Adapters\WmlFormAdapter.cs (1)
86Panel footer = Control.Footer;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicControlAdapter.cs (1)
684if (!child.Visible || child == Control.Form.Header || child == Control.Form.Footer) {
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicFormAdapter.cs (4)
168if(Control.Footer == child) { 191if (Control.Footer != null && !secondaryUIInHeaderOrFooter) { 192Control.Footer.RenderControl (writer); 269return IsAncestor(Control.Footer, control);
UI\MobileControls\Form.cs (4)
556if (Footer != null) 558pageWeight -= Footer.VisibleWeight; 616if(Footer != null) 618SetEnablePaginationRecursive(Footer, false);