5 implementations of ITemplateable
System.Web.Mobile (5)
UI\MobileControls\Form.cs (1)
30
public class Form : Panel,
ITemplateable
, IPostBackEventHandler
UI\MobileControls\List.cs (1)
42
public class List : PagedControl, INamingContainer, IListControl,
ITemplateable
, IPostBackEventHandler
UI\MobileControls\ObjectList.cs (1)
41
public class ObjectList : PagedControl, INamingContainer,
ITemplateable
, IPostBackEventHandler
UI\MobileControls\Panel.cs (1)
27
public class Panel : MobileControl,
ITemplateable
UI\MobileControls\Style.cs (1)
39
public class Style : IParserAccessor,
ITemplateable
, IStateManager, ICloneable
1 reference to ITemplateable
System.Web.Mobile (1)
UI\MobileControls\MobileControl.cs (1)
268
Debug.Assert(this is
ITemplateable
);