5 references to IsVisibleOnPage
System.Web.Mobile (5)
UI\MobileControls\Adapters\HtmlControlAdapter.cs (1)
261if (mobileCtl.IsVisibleOnPage(page)
UI\MobileControls\Adapters\WmlFormAdapter.cs (1)
178if (mobileCtl != null && !mobileCtl.IsVisibleOnPage(Control.CurrentPage))
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicControlAdapter.cs (1)
691if (mobileCtl.IsVisibleOnPage(page)
UI\MobileControls\MobileControl.cs (1)
568if (IsVisibleOnPage(Form.CurrentPage))
UI\MobileControls\PagedControl.cs (1)
265IsVisibleOnPage(Form.CurrentPage) &&