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