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