2 instantiations of ConstructorNeedsTagAttribute
System.Web (2)
UI\HtmlControls\HtmlGenericControl.cs (1)
31
[
ConstructorNeedsTag
(true)]
UI\HtmlControls\HtmlTableCell.cs (1)
33
[
ConstructorNeedsTag
(true)]
8 references to ConstructorNeedsTagAttribute
System.Web (8)
Compilation\BaseTemplateCodeDomTreeGenerator.cs (3)
270
ConstructorNeedsTagAttribute
cnta = (
ConstructorNeedsTagAttribute
)
271
TypeDescriptor.GetAttributes(ctrlType)[typeof(
ConstructorNeedsTagAttribute
)];
UI\ConstructorNeedsTagAttribute.cs (2)
26
/// <para>Initializes a new instance of the <see cref='System.Web.UI.
ConstructorNeedsTagAttribute
'/> class.</para>
33
/// <para>Initializes a new instance of the <see cref='System.Web.UI.
ConstructorNeedsTagAttribute
'/> class.</para>
UI\ControlBuilder.cs (3)
1524
ConstructorNeedsTagAttribute
cnta = (
ConstructorNeedsTagAttribute
)TargetFrameworkUtil.GetAttributes(ControlType)[typeof(
ConstructorNeedsTagAttribute
)];