1 write to TemplateControl
System.Web (1)
UI\WebControls\Content.cs (1)
73child.TemplateControl = templateControl;
9 references to TemplateControl
System.Web (5)
UI\Control.cs (1)
1177TemplateControl control = TemplateControl;
UI\ControlBuilder.cs (1)
2424evalValue = containerControl.TemplateControl.Eval(entry.FieldName, entry.FormatString);
UI\WebControls\ModelDataSourceView.cs (2)
964Debug.Assert(_owner.DataControl.TemplateControl != null); 1142instance = _owner.DataControl.TemplateControl;
UI\WebControls\Substitution.cs (1)
104TemplateControl target = TemplateControl;
System.Web.DynamicData (2)
DynamicData\FieldTemplateUserControl.cs (2)
286if (path == null || TemplateControl == null) 289Control parentControl = TemplateControl.Parent;
System.Web.Extensions (2)
UI\WebControls\Expressions\MethodExpression.cs (2)
55() => (Owner != null && Owner.TemplateControl != null) ? Owner.TemplateControl.GetType() : null