11 references to IsTemplated
System.Web.Mobile (11)
UI\MobileControls\Adapters\ChtmlFormAdapter.cs (1)
57
if (mobileControl.
IsTemplated
)
UI\MobileControls\Design\ListDesigner.cs (1)
308
if (_list.
IsTemplated
|| items.Count == 0)
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (1)
99
return InTemplateMode || (_mobileControl != null && _mobileControl.
IsTemplated
);
UI\MobileControls\List.cs (2)
224
if (
IsTemplated
&& DataHelper.HasItems() && Items.Count > 0)
322
if (
IsTemplated
)
UI\MobileControls\MobileControl.cs (1)
299
if (!
IsTemplated
)
UI\MobileControls\ObjectList.cs (2)
572
if (
IsTemplated
)
782
if (
IsTemplated
)
UI\MobileControls\PagedControl.cs (2)
304
if (IsCustomPaging &&
IsTemplated
&& !IsViewStateEnabled() && _lastItemCountLoaded != -1)
338
if (_stateLoadItemsArgs != null && IsCustomPaging &&
IsTemplated
&& !IsViewStateEnabled())
UI\MobileControls\Panel.cs (1)
126
if (
IsTemplated
)