84 instantiations of TemplateContainer
System.Web (61)
UI\WebControls\ChangePassword.cs (2)
364TemplateContainer(typeof(ChangePassword)) 1329TemplateContainer(typeof(ChangePassword))
UI\WebControls\DataList.cs (7)
132TemplateContainer(typeof(DataListItem)), 200TemplateContainer(typeof(DataListItem)), 264TemplateContainer(typeof(DataListItem)), 326TemplateContainer(typeof(DataListItem)), 394TemplateContainer(typeof(DataListItem)), 586TemplateContainer(typeof(DataListItem)), 648TemplateContainer(typeof(DataListItem)),
UI\WebControls\DetailsView.cs (4)
660TemplateContainer(typeof(DetailsView)), 836TemplateContainer(typeof(DetailsView)), 937TemplateContainer(typeof(DetailsView)), 1170TemplateContainer(typeof(DetailsView)),
UI\WebControls\FormView.cs (7)
439TemplateContainer(typeof(FormView), BindingDirection.TwoWay), 505TemplateContainer(typeof(FormView)), 633TemplateContainer(typeof(FormView)), 734TemplateContainer(typeof(FormView)), 799TemplateContainer(typeof(FormView), BindingDirection.TwoWay), 842TemplateContainer(typeof(FormView), BindingDirection.TwoWay), 1007TemplateContainer(typeof(FormView)),
UI\WebControls\GridView.cs (2)
791TemplateContainer(typeof(GridViewRow)), 1046TemplateContainer(typeof(GridViewRow)),
UI\WebControls\login.cs (1)
390TemplateContainer(typeof(Login))
UI\WebControls\LoginView.cs (2)
53TemplateContainer(typeof(LoginView)), 124TemplateContainer(typeof(LoginView)),
UI\WebControls\Menu.cs (2)
436TemplateContainer(typeof(MenuItemTemplateContainer)), 1158TemplateContainer(typeof(MenuItemTemplateContainer)),
UI\WebControls\PasswordRecovery.cs (3)
575TemplateContainer(typeof(PasswordRecovery)), 675TemplateContainer(typeof(PasswordRecovery)) 960TemplateContainer(typeof(PasswordRecovery)),
UI\WebControls\Repeater.cs (5)
188TemplateContainer(typeof(RepeaterItem)), 308TemplateContainer(typeof(RepeaterItem)), 328TemplateContainer(typeof(RepeaterItem)), 389TemplateContainer(typeof(RepeaterItem)), 429TemplateContainer(typeof(RepeaterItem)),
UI\WebControls\RoleGroup.cs (1)
29TemplateContainer(typeof(LoginView)),
UI\WebControls\SiteMapPath.cs (4)
74TemplateContainer(typeof(SiteMapNodeItem)), 116TemplateContainer(typeof(SiteMapNodeItem)), 226TemplateContainer(typeof(SiteMapNodeItem)), 323TemplateContainer(typeof(SiteMapNodeItem)),
UI\WebControls\TemplateColumn.cs (4)
48TemplateContainer(typeof(DataGridItem)) 69TemplateContainer(typeof(DataGridItem)) 91TemplateContainer(typeof(DataGridItem)) 112TemplateContainer(typeof(DataGridItem))
UI\WebControls\TemplatedWizardStep.cs (2)
36TemplateContainer(typeof(Wizard)), 71TemplateContainer(typeof(Wizard)),
UI\WebControls\TemplateField.cs (6)
50TemplateContainer(typeof(IDataItemContainer), BindingDirection.TwoWay) 110TemplateContainer(typeof(IDataItemContainer), BindingDirection.TwoWay) 131TemplateContainer(typeof(IDataItemContainer)) 153TemplateContainer(typeof(IDataItemContainer)) 174TemplateContainer(typeof(IDataItemContainer), BindingDirection.TwoWay) 195TemplateContainer(typeof(IDataItemContainer), BindingDirection.TwoWay)
UI\WebControls\Wizard.cs (6)
532TemplateContainer(typeof(Wizard)), 570TemplateContainer(typeof(Wizard)), 605TemplateContainer(typeof(Wizard)), 948TemplateContainer(typeof(Wizard)), 984TemplateContainer(typeof(Wizard)), 1002TemplateContainer(typeof(Wizard)),
UI\WebParts\CatalogZone.cs (1)
63TemplateContainer(typeof(CatalogZone)),
UI\WebParts\DeclarativeCatalogPart.cs (1)
69TemplateContainer(typeof(DeclarativeCatalogPart)),
UI\WebParts\EditorZone.cs (1)
63TemplateContainer(typeof(EditorZone)),
System.Web.DynamicData (2)
DynamicData\EntityTemplate.cs (1)
12[TemplateContainer(typeof(INamingContainer))]
DynamicData\QueryableFilterRepeater.cs (1)
60[TemplateContainer(typeof(INamingContainer))]
System.Web.Extensions (12)
UI\WebControls\ListView.cs (11)
139TemplateContainer(typeof(ListViewDataItem), BindingDirection.TwoWay), 408TemplateContainer(typeof(ListViewDataItem), BindingDirection.TwoWay), 424TemplateContainer(typeof(ListView)), 440TemplateContainer(typeof(ListViewItem)), 561TemplateContainer(typeof(ListViewItem)), 577TemplateContainer(typeof(ListViewItem)), 641TemplateContainer(typeof(ListViewItem), BindingDirection.TwoWay), 693TemplateContainer(typeof(ListViewItem)), 709TemplateContainer(typeof(ListViewDataItem), BindingDirection.TwoWay), 727TemplateContainer(typeof(ListView)), 830TemplateContainer(typeof(ListViewDataItem), BindingDirection.TwoWay),
UI\WebControls\TemplatePagerField.cs (1)
48TemplateContainer(typeof(DataPagerFieldItem), BindingDirection.TwoWay)
System.Web.Mobile (9)
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (8)
1080TemplateContainer(typeof(MobileListItem)) 1088TemplateContainer(typeof(MobileListItem)) 1096TemplateContainer(typeof(MobileListItem)) 1104TemplateContainer(typeof(MobileListItem)) 1112TemplateContainer(typeof(MobileListItem)) 1120TemplateContainer(typeof(MobileListItem)) 1128TemplateContainer(typeof(MobileListItem)) 1136TemplateContainer(typeof(MobileListItem))
UI\MobileControls\DeviceSpecificChoice.cs (1)
725TemplateContainer(typeof(TemplateContainer)),
6 references to TemplateContainer
System.Web (6)
UI\ControlBuilder.cs (6)
1168TemplateContainerAttribute templateAttrib = (TemplateContainerAttribute)Attribute.GetCustomAttribute(propInfo, typeof(TemplateContainerAttribute), false); 1751object[] containerAttrs = pInfo.GetCustomAttributes(typeof(TemplateContainerAttribute), /*inherits*/ false); 1754Debug.Assert(containerAttrs[0] is TemplateContainerAttribute); 1755useBindableTemplate = (((TemplateContainerAttribute)containerAttrs[0]).BindingDirection == BindingDirection.TwoWay);