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