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)
301extenderControlType, typeof(TargetControlTypeAttribute)));
UI\TargetControlTypeCache.cs (2)
26object[] attrs = extenderControlType.GetCustomAttributes(typeof(TargetControlTypeAttribute), true); 29types[i] = ((TargetControlTypeAttribute)attrs[i]).TargetControlType;