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