6 overrides of Init
System.Web (5)
UI\CollectionBuilder.cs (1)
40
public override void
Init
(TemplateParser parser, ControlBuilder parentBuilder,
UI\ObjectTag.cs (1)
53
public override void
Init
(TemplateParser parser, ControlBuilder parentBuilder,
UI\StringPropertyBuilder.cs (1)
58
public override void
Init
(TemplateParser parser, ControlBuilder parentBuilder,
UI\TemplateBuilder.cs (1)
90
public override void
Init
(TemplateParser parser, ControlBuilder parentBuilder, Type type, string tagName, string ID, IDictionary attribs) {
UI\WebControls\ContentPlaceHolder.cs (1)
22
public override void
Init
(TemplateParser parser, ControlBuilder parentBuilder,
System.Web.Mobile (1)
UI\MobileControls\DeviceSpecificChoice.cs (1)
492
public override void
Init
(TemplateParser parser,
9 references to Init
System.Web (8)
UI\CollectionBuilder.cs (1)
43
base.
Init
(parser, parentBuilder, type /*type*/, tagName, ID, attribs);
UI\ControlBuilder.cs (3)
1386
dataBoundBuilder.
Init
(Parser, this, typeof(DataBoundLiteralControl), null, null, null);
1647
builder.
Init
(parser, parentBuilder, type, tagName, id, attribs);
1792
builder.
Init
(Parser, (ControlBuilder)this, null, tagName, null, attribs);
UI\StringPropertyBuilder.cs (1)
61
base.
Init
(parser, parentBuilder, type /*type*/, tagName, ID, attribs);
UI\TemplateBuilder.cs (1)
91
base.
Init
(parser, parentBuilder, type, tagName, ID, attribs);
UI\WebControls\ContentPlaceHolder.cs (2)
30
base.
Init
(parser, parentBuilder, type, tagName, ID, attribs);
45
base.
Init
(parser, parentBuilder, type, tagName, ID, attribs);
System.Web.Mobile (1)
UI\MobileControls\DeviceSpecificChoice.cs (1)
507
base.
Init
(parser, parentBuilder, type, tagName, id, attributes);