1 instantiation of TargetControlTypeAttribute
System.Web.Extensions (1)
UI\WebControls\QueryExtender.cs (1)
12
[
TargetControlType
(typeof(IQueryableDataSource))]
3 references to TargetControlTypeAttribute
System.Web.Extensions (3)
UI\ScriptControlManager.cs (1)
301
extenderControlType, typeof(
TargetControlTypeAttribute
)));
UI\TargetControlTypeCache.cs (2)
26
object[] attrs = extenderControlType.GetCustomAttributes(typeof(
TargetControlTypeAttribute
), true);
29
types[i] = ((
TargetControlTypeAttribute
)attrs[i]).TargetControlType;