8 overrides of Add
System.Web (7)
UI\EmptyControlCollection.cs (1)
37
public override void
Add
(Control child) {
UI\HtmlControls\HtmlTable.cs (1)
299
public override void
Add
(Control child) {
UI\HtmlControls\HtmlTableRow.cs (1)
241
public override void
Add
(Control child) {
UI\InternalControlCollection.cs (1)
24
public override void
Add
(Control child) {
UI\WebControls\MultiView.cs (1)
388
public override void
Add
(Control v) {
UI\WebControls\Table.cs (1)
392
public override void
Add
(Control child) {
UI\WebControls\TableRow.cs (1)
165
public override void
Add
(Control child) {
System.Web.Extensions (1)
UI\UpdatePanel.cs (1)
471
public override void
Add
(Control child) {
469 references to Add
System.Web (400)
ErrorFormatter.cs (1)
186
page.Controls.
Add
(form);
Handlers\TraceHandler.cs (1)
298
linkcell.Controls.
Add
(a);
UI\Control.cs (1)
1600
Controls.
Add
(control);
UI\ControlCollection.cs (1)
107
Add
(child);
UI\HtmlControls\HtmlContainerControl.cs (2)
85
Controls.
Add
(new LiteralControl(value));
139
Controls.
Add
(new LiteralControl(s));
UI\HtmlControls\HtmlTable.cs (1)
301
base.
Add
(child);
UI\HtmlControls\HtmlTableRow.cs (1)
243
base.
Add
(child);
UI\MasterPage.cs (1)
226
owner.Controls.
Add
(master);
UI\PageTheme.cs (1)
129
Page.Header.Controls.
Add
(link);
UI\PartialCachingControl.cs (1)
123
Controls.
Add
(_cachedCtrl);
UI\TemplateControl.cs (1)
747
control.Controls.
Add
(uc);
UI\WebControls\AutoGeneratedField.cs (1)
194
cell.Controls.
Add
(childControl);
UI\WebControls\BoundColumn.cs (1)
181
cell.Controls.
Add
(childControl);
UI\WebControls\BoundField.cs (1)
588
cell.Controls.
Add
(childControl);
UI\WebControls\ButtonColumn.cs (1)
253
cell.Controls.
Add
(buttonControl);
UI\WebControls\ButtonField.cs (1)
262
cell.Controls.
Add
((WebControl)button);
UI\WebControls\Calendar.cs (1)
1620
cdc.Controls.
Add
(dayContent);
UI\WebControls\ChangePassword.cs (48)
1761
Controls.
Add
(_changePasswordContainer);
1819
Controls.
Add
(_successContainer);
2707
c.Controls.
Add
(successContainer.Title);
2713
c.Controls.
Add
(successContainer.SuccessTextLabel);
2721
c.Controls.
Add
(successContainer.ContinuePushButton);
2722
c.Controls.
Add
(successContainer.ContinueLinkButton);
2723
c.Controls.
Add
(successContainer.ContinueImageButton);
2730
c.Controls.
Add
(successContainer.EditProfileIcon);
2731
c.Controls.
Add
(successContainer.EditProfileLink);
2738
c.Controls.
Add
(table);
2744
successContainer.Controls.
Add
(table2);
3011
c.Controls.
Add
(container.Title);
3019
c.Controls.
Add
(container.Instruction);
3030
c.Controls.
Add
(container.UserNameLabel);
3034
c.Controls.
Add
(container.UserNameTextBox);
3035
c.Controls.
Add
(container.UserNameRequired);
3043
c.Controls.
Add
(container.CurrentPasswordLabel);
3050
c.Controls.
Add
(container.CurrentPasswordTextBox);
3051
c.Controls.
Add
(container.PasswordRequired);
3058
c.Controls.
Add
(container.NewPasswordLabel);
3065
c.Controls.
Add
(container.NewPasswordTextBox);
3066
c.Controls.
Add
(container.NewPasswordRequired);
3074
c.Controls.
Add
(container.PasswordHintLabel);
3082
c.Controls.
Add
(container.ConfirmNewPasswordLabel);
3089
c.Controls.
Add
(container.ConfirmNewPasswordTextBox);
3090
c.Controls.
Add
(container.ConfirmNewPasswordRequired);
3098
c.Controls.
Add
(container.NewPasswordCompareValidator);
3107
c.Controls.
Add
(container.RegExpValidator);
3117
c.Controls.
Add
(container.FailureTextLabel);
3124
c.Controls.
Add
(container.ChangePasswordLinkButton);
3125
c.Controls.
Add
(container.ChangePasswordImageButton);
3126
c.Controls.
Add
(container.ChangePasswordPushButton);
3129
c.Controls.
Add
(container.CancelLinkButton);
3130
c.Controls.
Add
(container.CancelImageButton);
3131
c.Controls.
Add
(container.CancelPushButton);
3138
c.Controls.
Add
(container.HelpPageIcon);
3139
c.Controls.
Add
(container.HelpPageLink);
3140
c.Controls.
Add
(container.HelpPageLinkSeparator);
3141
c.Controls.
Add
(container.CreateUserIcon);
3142
c.Controls.
Add
(container.CreateUserLink);
3146
c.Controls.
Add
(container.CreateUserLinkSeparator);
3147
c.Controls.
Add
(container.PasswordRecoveryIcon);
3148
c.Controls.
Add
(container.PasswordRecoveryLink);
3149
c.Controls.
Add
(container.EditProfileLinkSeparator);
3150
c.Controls.
Add
(container.EditProfileIcon);
3151
c.Controls.
Add
(container.EditProfileLink);
3158
c.Controls.
Add
(table);
3164
container.Controls.
Add
(table2);
UI\WebControls\CheckBoxField.cs (1)
294
cell.Controls.
Add
(childControl);
UI\WebControls\CheckBoxList.cs (1)
45
Controls.
Add
(_controlToRepeat);
UI\WebControls\Column.cs (1)
347
cell.Controls.
Add
(headerControl);
UI\WebControls\CommandField.cs (6)
550
cell.Controls.
Add
((WebControl)button);
603
cell.Controls.
Add
(spaceControl);
612
cell.Controls.
Add
(spaceControl);
625
cell.Controls.
Add
(spaceControl);
633
cell.Controls.
Add
(spaceControl);
641
cell.Controls.
Add
(spaceControl);
UI\WebControls\CreateUserWizard.cs (13)
2244
leftCell.Controls.
Add
(leftCellControl);
2249
rightCell.Controls.
Add
(control);
2269
cell.Controls.
Add
(control);
2504
step.Controls.
Add
(_createUserStepContainer);
2519
step.Controls.
Add
(_completeStepContainer);
3117
c.Controls.
Add
(container.SuccessTextLabel);
3310
rightCell.Controls.
Add
(container.PasswordHintLabel);
3422
container.Controls.
Add
(table);
3484
tableCell.Controls.
Add
(linkButton);
3485
tableCell.Controls.
Add
(imageButton);
3486
tableCell.Controls.
Add
(button);
3530
container.Controls.
Add
(item);
3538
container.Controls.
Add
(dataList);
UI\WebControls\DataControlField.cs (1)
533
cell.Controls.
Add
(headerControl);
UI\WebControls\DataGrid.cs (13)
1101
Controls.
Add
(table);
1319
cell.Controls.
Add
(prevButton);
1324
cell.Controls.
Add
(prevLabel);
1327
cell.Controls.
Add
(new LiteralControl(" "));
1335
cell.Controls.
Add
(nextButton);
1340
cell.Controls.
Add
(nextLabel);
1384
cell.Controls.
Add
(button);
1386
cell.Controls.
Add
(new LiteralControl(" "));
1395
cell.Controls.
Add
(label);
1404
cell.Controls.
Add
(button);
1408
cell.Controls.
Add
(new LiteralControl(" "));
1413
cell.Controls.
Add
(new LiteralControl(" "));
1421
cell.Controls.
Add
(button);
UI\WebControls\DataList.cs (1)
957
Controls.
Add
(item);
UI\WebControls\DetailsView.cs (12)
1629
Controls.
Add
(table);
1883
cell.Controls.
Add
((Control)firstButton);
1902
cell.Controls.
Add
((Control)prevButton);
1922
cell.Controls.
Add
((Control)nextButton);
1942
cell.Controls.
Add
((Control)lastButton);
2011
cell.Controls.
Add
((Control)firstButton);
2023
cell.Controls.
Add
(button);
2035
cell.Controls.
Add
(label);
2043
cell.Controls.
Add
(button);
2056
cell.Controls.
Add
(button);
2078
cell.Controls.
Add
((Control)lastButton);
2720
cell.Controls.
Add
(pagerTable);
UI\WebControls\EditCommandColumn.cs (2)
178
controls.
Add
(buttonControl);
196
controls.
Add
(spaceControl);
UI\WebControls\FormView.cs (12)
1398
Controls.
Add
(table);
1589
cell.Controls.
Add
((Control)firstButton);
1606
cell.Controls.
Add
((Control)prevButton);
1624
cell.Controls.
Add
((Control)nextButton);
1643
cell.Controls.
Add
((Control)lastButton);
1709
cell.Controls.
Add
((Control)firstButton);
1720
cell.Controls.
Add
(button);
1732
cell.Controls.
Add
(label);
1739
cell.Controls.
Add
(button);
1751
cell.Controls.
Add
(button);
1771
cell.Controls.
Add
((Control)lastButton);
2348
cell.Controls.
Add
(pagerTable);
UI\WebControls\GridView.cs (12)
2035
Controls.
Add
(table);
2441
cell.Controls.
Add
((Control)firstButton);
2462
cell.Controls.
Add
((Control)prevButton);
2483
cell.Controls.
Add
((Control)nextButton);
2504
cell.Controls.
Add
((Control)lastButton);
2573
cell.Controls.
Add
((Control)firstButton);
2585
cell.Controls.
Add
(button);
2597
cell.Controls.
Add
(label);
2605
cell.Controls.
Add
(button);
2619
cell.Controls.
Add
(button);
2642
cell.Controls.
Add
((Control)lastButton);
3303
cell.Controls.
Add
(pagerTable);
UI\WebControls\HyperLinkColumn.cs (1)
266
cell.Controls.
Add
(hyperLink);
UI\WebControls\HyperLinkField.cs (1)
306
cell.Controls.
Add
(hyperLink);
UI\WebControls\ImageField.cs (3)
452
cell.Controls.
Add
(editor);
462
cell.Controls.
Add
(image);
463
cell.Controls.
Add
(label);
UI\WebControls\login.cs (93)
1144
Controls.
Add
(_templateContainer);
1903
c.Controls.
Add
(loginContainer.Title);
1911
c.Controls.
Add
(loginContainer.Instruction);
1922
c.Controls.
Add
(loginContainer.UserNameLabel);
1926
c.Controls.
Add
(loginContainer.UserNameTextBox);
1927
c.Controls.
Add
(loginContainer.UserNameRequired);
1934
c.Controls.
Add
(loginContainer.PasswordLabel);
1938
c.Controls.
Add
(loginContainer.PasswordTextBox);
1939
c.Controls.
Add
(loginContainer.PasswordRequired);
1943
c.Controls.
Add
(loginContainer.RememberMeCheckBox);
1947
c.Controls.
Add
(loginContainer.LinkButton);
1948
c.Controls.
Add
(loginContainer.ImageButton);
1949
c.Controls.
Add
(loginContainer.PushButton);
1956
c.Controls.
Add
(loginContainer.FailureTextLabel);
1963
c.Controls.
Add
(loginContainer.CreateUserIcon);
1964
c.Controls.
Add
(loginContainer.CreateUserLink);
1966
c.Controls.
Add
(loginContainer.CreateUserLinkSeparator);
1967
c.Controls.
Add
(loginContainer.PasswordRecoveryIcon);
1968
c.Controls.
Add
(loginContainer.PasswordRecoveryLink);
1970
c.Controls.
Add
(loginContainer.PasswordRecoveryLinkSeparator);
1971
c.Controls.
Add
(loginContainer.HelpPageIcon);
1972
c.Controls.
Add
(loginContainer.HelpPageLink);
1979
c.Controls.
Add
(table);
1985
loginContainer.Controls.
Add
(table2);
1998
c.Controls.
Add
(loginContainer.Title);
2006
c.Controls.
Add
(loginContainer.Instruction);
2015
c.Controls.
Add
(loginContainer.UserNameLabel);
2022
c.Controls.
Add
(loginContainer.PasswordLabel);
2028
c.Controls.
Add
(loginContainer.UserNameTextBox);
2029
c.Controls.
Add
(loginContainer.UserNameRequired);
2033
c.Controls.
Add
(loginContainer.PasswordTextBox);
2034
c.Controls.
Add
(loginContainer.PasswordRequired);
2038
c.Controls.
Add
(loginContainer.RememberMeCheckBox);
2043
c.Controls.
Add
(loginContainer.LinkButton);
2044
c.Controls.
Add
(loginContainer.ImageButton);
2045
c.Controls.
Add
(loginContainer.PushButton);
2052
c.Controls.
Add
(loginContainer.FailureTextLabel);
2059
c.Controls.
Add
(loginContainer.CreateUserIcon);
2060
c.Controls.
Add
(loginContainer.CreateUserLink);
2062
c.Controls.
Add
(loginContainer.CreateUserLinkSeparator);
2063
c.Controls.
Add
(loginContainer.PasswordRecoveryIcon);
2064
c.Controls.
Add
(loginContainer.PasswordRecoveryLink);
2066
c.Controls.
Add
(loginContainer.PasswordRecoveryLinkSeparator);
2067
c.Controls.
Add
(loginContainer.HelpPageIcon);
2068
c.Controls.
Add
(loginContainer.HelpPageLink);
2075
c.Controls.
Add
(table);
2081
loginContainer.Controls.
Add
(table2);
2094
c.Controls.
Add
(loginContainer.Title);
2102
c.Controls.
Add
(loginContainer.Instruction);
2112
c.Controls.
Add
(loginContainer.UserNameLabel);
2116
c.Controls.
Add
(loginContainer.UserNameTextBox);
2117
c.Controls.
Add
(loginContainer.UserNameRequired);
2127
c.Controls.
Add
(loginContainer.PasswordLabel);
2131
c.Controls.
Add
(loginContainer.PasswordTextBox);
2132
c.Controls.
Add
(loginContainer.PasswordRequired);
2139
c.Controls.
Add
(loginContainer.RememberMeCheckBox);
2147
c.Controls.
Add
(loginContainer.FailureTextLabel);
2155
c.Controls.
Add
(loginContainer.LinkButton);
2156
c.Controls.
Add
(loginContainer.ImageButton);
2157
c.Controls.
Add
(loginContainer.PushButton);
2164
c.Controls.
Add
(loginContainer.CreateUserIcon);
2165
c.Controls.
Add
(loginContainer.CreateUserLink);
2166
c.Controls.
Add
(loginContainer.CreateUserLinkSeparator);
2167
c.Controls.
Add
(loginContainer.PasswordRecoveryIcon);
2168
c.Controls.
Add
(loginContainer.PasswordRecoveryLink);
2171
c.Controls.
Add
(loginContainer.PasswordRecoveryLinkSeparator);
2172
c.Controls.
Add
(loginContainer.HelpPageIcon);
2173
c.Controls.
Add
(loginContainer.HelpPageLink);
2180
c.Controls.
Add
(table);
2186
loginContainer.Controls.
Add
(table2);
2198
c.Controls.
Add
(loginContainer.Title);
2205
c.Controls.
Add
(loginContainer.Instruction);
2214
c.Controls.
Add
(loginContainer.UserNameLabel);
2220
c.Controls.
Add
(loginContainer.UserNameTextBox);
2221
c.Controls.
Add
(loginContainer.UserNameRequired);
2230
c.Controls.
Add
(loginContainer.PasswordLabel);
2236
c.Controls.
Add
(loginContainer.PasswordTextBox);
2237
c.Controls.
Add
(loginContainer.PasswordRequired);
2243
c.Controls.
Add
(loginContainer.RememberMeCheckBox);
2250
c.Controls.
Add
(loginContainer.FailureTextLabel);
2257
c.Controls.
Add
(loginContainer.LinkButton);
2258
c.Controls.
Add
(loginContainer.ImageButton);
2259
c.Controls.
Add
(loginContainer.PushButton);
2265
c.Controls.
Add
(loginContainer.CreateUserIcon);
2266
c.Controls.
Add
(loginContainer.CreateUserLink);
2268
c.Controls.
Add
(loginContainer.CreateUserLinkSeparator);
2269
c.Controls.
Add
(loginContainer.PasswordRecoveryIcon);
2270
c.Controls.
Add
(loginContainer.PasswordRecoveryLink);
2272
c.Controls.
Add
(loginContainer.PasswordRecoveryLinkSeparator);
2273
c.Controls.
Add
(loginContainer.HelpPageIcon);
2274
c.Controls.
Add
(loginContainer.HelpPageLink);
2281
c.Controls.
Add
(table);
2287
loginContainer.Controls.
Add
(table2);
UI\WebControls\loginstatus.cs (4)
272
Controls.
Add
(_logOutLinkButton);
273
Controls.
Add
(_logOutImageButton);
274
Controls.
Add
(_logInLinkButton);
275
Controls.
Add
(_logInImageButton);
UI\WebControls\LoginUtil.cs (1)
412
table[0, 0].Controls.
Add
(child);
UI\WebControls\LoginView.cs (1)
246
Controls.
Add
(templateContainer);
UI\WebControls\Menu.cs (1)
1354
Controls.
Add
(container);
UI\WebControls\MenuRendererStandards.cs (1)
71
Menu.Page.Header.Controls.
Add
(CreateStyleBlock());
UI\WebControls\MultiView.cs (2)
167
Controls.
Add
((Control)obj);
392
base.
Add
(v);
UI\WebControls\PasswordRecovery.cs (66)
1309
Controls.
Add
(_questionContainer);
1334
Controls.
Add
(_successContainer);
1355
Controls.
Add
(_userNameContainer);
2336
c.Controls.
Add
(questionContainer.Title);
2344
c.Controls.
Add
(questionContainer.Instruction);
2351
c.Controls.
Add
(questionContainer.UserNameLabel);
2355
c.Controls.
Add
(questionContainer.UserName);
2362
c.Controls.
Add
(questionContainer.QuestionLabel);
2366
c.Controls.
Add
(questionContainer.Question);
2373
c.Controls.
Add
(questionContainer.AnswerLabel);
2380
c.Controls.
Add
(questionContainer.AnswerTextBox);
2381
c.Controls.
Add
(questionContainer.AnswerRequired);
2389
c.Controls.
Add
(questionContainer.FailureTextLabel);
2397
c.Controls.
Add
(questionContainer.LinkButton);
2398
c.Controls.
Add
(questionContainer.ImageButton);
2399
c.Controls.
Add
(questionContainer.PushButton);
2406
c.Controls.
Add
(questionContainer.HelpPageIcon);
2407
c.Controls.
Add
(questionContainer.HelpPageLink);
2414
c.Controls.
Add
(table);
2420
questionContainer.Controls.
Add
(table2);
2432
c.Controls.
Add
(questionContainer.Title);
2439
c.Controls.
Add
(questionContainer.Instruction);
2445
c.Controls.
Add
(questionContainer.UserNameLabel);
2451
c.Controls.
Add
(questionContainer.UserName);
2457
c.Controls.
Add
(questionContainer.QuestionLabel);
2463
c.Controls.
Add
(questionContainer.Question);
2469
c.Controls.
Add
(questionContainer.AnswerLabel);
2478
c.Controls.
Add
(questionContainer.AnswerTextBox);
2479
c.Controls.
Add
(questionContainer.AnswerRequired);
2486
c.Controls.
Add
(questionContainer.FailureTextLabel);
2493
c.Controls.
Add
(questionContainer.LinkButton);
2494
c.Controls.
Add
(questionContainer.ImageButton);
2495
c.Controls.
Add
(questionContainer.PushButton);
2501
c.Controls.
Add
(questionContainer.HelpPageIcon);
2502
c.Controls.
Add
(questionContainer.HelpPageLink);
2509
c.Controls.
Add
(table);
2515
questionContainer.Controls.
Add
(table2);
2545
c.Controls.
Add
(successContainer.SuccessTextLabel);
2553
c.Controls.
Add
(table);
2559
successContainer.Controls.
Add
(table2);
2649
c.Controls.
Add
(userNameContainer.Title);
2657
c.Controls.
Add
(userNameContainer.Instruction);
2664
c.Controls.
Add
(userNameContainer.UserNameLabel);
2671
c.Controls.
Add
(userNameContainer.UserNameTextBox);
2672
c.Controls.
Add
(userNameContainer.UserNameRequired);
2680
c.Controls.
Add
(userNameContainer.FailureTextLabel);
2688
c.Controls.
Add
(userNameContainer.LinkButton);
2689
c.Controls.
Add
(userNameContainer.ImageButton);
2690
c.Controls.
Add
(userNameContainer.PushButton);
2697
c.Controls.
Add
(userNameContainer.HelpPageIcon);
2698
c.Controls.
Add
(userNameContainer.HelpPageLink);
2705
c.Controls.
Add
(table);
2711
userNameContainer.Controls.
Add
(table2);
2723
c.Controls.
Add
(userNameContainer.Title);
2730
c.Controls.
Add
(userNameContainer.Instruction);
2736
c.Controls.
Add
(userNameContainer.UserNameLabel);
2745
c.Controls.
Add
(userNameContainer.UserNameTextBox);
2746
c.Controls.
Add
(userNameContainer.UserNameRequired);
2753
c.Controls.
Add
(userNameContainer.FailureTextLabel);
2760
c.Controls.
Add
(userNameContainer.LinkButton);
2761
c.Controls.
Add
(userNameContainer.ImageButton);
2762
c.Controls.
Add
(userNameContainer.PushButton);
2768
c.Controls.
Add
(userNameContainer.HelpPageIcon);
2769
c.Controls.
Add
(userNameContainer.HelpPageLink);
2776
c.Controls.
Add
(table);
2782
userNameContainer.Controls.
Add
(table2);
UI\WebControls\RadioButtonList.cs (1)
87
Controls.
Add
(_controlToRepeat);
UI\WebControls\Repeater.cs (1)
704
Controls.
Add
(item);
UI\WebControls\SiteMapPath.cs (3)
575
item.Controls.
Add
(separatorLiteral);
582
item.Controls.
Add
(currentNodeLiteral);
604
item.Controls.
Add
(link);
UI\WebControls\Table.cs (1)
394
base.
Add
(child);
UI\WebControls\TableRow.cs (1)
167
base.
Add
(child);
UI\WebControls\Wizard.cs (30)
1636
step.Controls.
Add
(container);
2382
container.Controls.
Add
(c);
2408
container.Controls.
Add
(_startNavigationTemplateContainer);
2426
container.Controls.
Add
(_stepNavigationTemplateContainer);
2444
container.Controls.
Add
(_finishNavigationTemplateContainer);
2498
Owner.Controls.
Add
(_layoutContainer);
2784
mainContentTable.Controls.
Add
(_navigationRow);
2785
_navigationRow.Controls.
Add
(NavigationTableCell);
2795
mainContentTable.Controls.
Add
(stepRow);
2798
stepRow.Controls.
Add
(_stepTableCell);
2800
_stepTableCell.Controls.
Add
(Owner.MultiView);
2807
mainContentTable.Controls.
Add
(_headerTableRow);
2818
_headerTableCell.Controls.
Add
(_titleLiteral);
2821
_headerTableRow.Controls.
Add
(_headerTableCell);
2830
Owner.Controls.
Add
(mainContentTable);
2845
outerTable.Controls.
Add
(outerRow);
2849
outerRow.Controls.
Add
(outerLeftCell);
2860
outerRow.Controls.
Add
(outerRightCell);
2868
outerRightCell.Controls.
Add
(mainContentTable);
2878
Owner.Controls.
Add
(outerTable);
3042
container.Controls.
Add
(table);
3097
tableCell.Controls.
Add
(linkButton);
3098
tableCell.Controls.
Add
(imageButton);
3099
tableCell.Controls.
Add
(button);
3178
container.Controls.
Add
(linkButton);
3209
container.Controls.
Add
(sideBarListControl);
3226
Controls.
Add
(_table);
3229
_table.Controls.
Add
(row);
3234
row.Controls.
Add
(_cell);
3322
Container.Controls.
Add
(c);
UI\WebParts\AppearanceEditorPart.cs (8)
180
controls.
Add
(_title);
194
controls.
Add
(_chromeType);
204
controls.
Add
(_direction);
207
controls.
Add
(_height);
210
controls.
Add
(_width);
213
controls.
Add
(_hidden);
335
Controls.
Add
(_value);
356
Controls.
Add
(_type);
UI\WebParts\BehaviorEditorPart.cs (15)
256
controls.
Add
(_allowClose);
259
controls.
Add
(_allowConnect);
262
controls.
Add
(_allowHide);
265
controls.
Add
(_allowMinimize);
268
controls.
Add
(_allowZoneChange);
280
controls.
Add
(_exportMode);
292
controls.
Add
(_helpMode);
296
controls.
Add
(_description);
300
controls.
Add
(_titleUrl);
304
controls.
Add
(_titleIconImageUrl);
308
controls.
Add
(_catalogIconImageUrl);
312
controls.
Add
(_helpUrl);
316
controls.
Add
(_importErrorMessage);
320
controls.
Add
(_authorizationFilter);
323
controls.
Add
(_allowEdit);
UI\WebParts\CatalogZoneBase.cs (1)
386
Controls.
Add
(catalogPart);
UI\WebParts\ConnectionsZone.cs (4)
815
Controls.
Add
(list);
826
Controls.
Add
(list);
856
Controls.
Add
(_pendingTransformerConfigurationControl);
882
Controls.
Add
(_pendingTransformerConfigurationControl);
UI\WebParts\EditorZoneBase.cs (1)
272
controls.
Add
(editorPart);
UI\WebParts\GenericWebPart.cs (1)
341
Add
(control);
UI\WebParts\ImportCatalogPart.cs (2)
137
Controls.
Add
(_upload);
143
Controls.
Add
(_uploadButton);
UI\WebParts\LayoutEditorPart.cs (3)
155
controls.
Add
(_chromeState);
170
controls.
Add
(_zone);
174
controls.
Add
(_zoneIndex);
UI\WebParts\PropertyGridEditorPart.cs (1)
181
Controls.
Add
(editorControl);
UI\WebParts\RowToFieldTransformer.cs (3)
145
s.Controls.
Add
(fieldNameLabel);
146
s.Controls.
Add
(new LiteralControl(" "));
147
s.Controls.
Add
(_fieldName);
UI\WebParts\RowToParametersTransformer.cs (7)
253
s.Controls.
Add
(new LiteralControl(
262
s.Controls.
Add
(label);
264
s.Controls.
Add
(new LiteralControl("<br />"));
311
s.Controls.
Add
(consumerFieldNameLabel);
312
s.Controls.
Add
(new LiteralControl(" "));
313
s.Controls.
Add
(consumerFieldName);
320
s.Controls.
Add
(new LiteralControl(SR.GetString(SR.RowToParametersTransformer_NoProviderSchema)));
UI\WebParts\WebPartManager.cs (1)
4400
Add
(webPart);
UI\WebParts\WebPartZoneBase.cs (1)
833
Controls.
Add
(part);
System.Web.DataVisualization (2)
WebForm\General\ChartHttpHandler.cs (2)
621
cell.Controls.
Add
(new Label() { Text = currentInfo.Verb + "," + currentInfo.Url });
635
cell.Controls.
Add
(grid);
System.Web.DynamicData (9)
DynamicData\DynamicControl.cs (1)
230
Controls.
Add
(FieldTemplate);
DynamicData\DynamicEntity.cs (1)
101
Controls.
Add
(entityTemplateControl);
DynamicData\DynamicField.cs (1)
231
cell.Controls.
Add
(control);
DynamicData\DynamicFilter.cs (1)
113
Controls.
Add
(_filterUserControl);
DynamicData\QueryableFilterRepeater.cs (1)
108
Controls.
Add
(item);
DynamicData\SimpleFieldTemplateUserControl.cs (4)
52
control.Controls.
Add
(checkBox);
63
control.Controls.
Add
(literal);
77
control.Controls.
Add
(textBox);
86
_validators.ForEach(v => Controls.
Add
(v));
System.Web.Extensions (25)
UI\UpdatePanel.cs (1)
468
base.
Add
(child);
UI\UpdateProgress.cs (1)
139
Controls.
Add
(_progressTemplateContainer);
UI\WebControls\DataPager.cs (1)
265
Controls.
Add
(fieldItem);
UI\WebControls\ListView.cs (4)
1362
listViewTableRow.Controls.
Add
(control);
1368
listViewTableCell.Controls.
Add
(control);
1959
Controls.
Add
(containerControl);
2135
Controls.
Add
(placeholder);
UI\WebControls\NextPreviousPagerField.cs (9)
409
container.Controls.
Add
(new LiteralControl(" "));
542
container.Controls.
Add
(CreateControl(DataControlCommands.FirstPageCommandArgument, FirstPageText, fieldIndex, FirstPageImageUrl, EnablePreviousPage));
547
container.Controls.
Add
(CreateControl(DataControlCommands.PreviousPageCommandArgument, PreviousPageText, fieldIndex, PreviousPageImageUrl, EnablePreviousPage));
552
container.Controls.
Add
(CreateControl(DataControlCommands.NextPageCommandArgument, NextPageText, fieldIndex, NextPageImageUrl, EnableNextPage));
557
container.Controls.
Add
(CreateControl(DataControlCommands.LastPageCommandArgument, LastPageText, fieldIndex, LastPageImageUrl, EnableNextPage));
566
container.Controls.
Add
(CreateLink(FirstPageText, 0, FirstPageImageUrl, EnablePreviousPage));
572
container.Controls.
Add
(CreateLink(PreviousPageText, pageIndex, PreviousPageImageUrl, EnablePreviousPage));
578
container.Controls.
Add
(CreateLink(NextPageText, pageIndex, NextPageImageUrl, EnableNextPage));
584
container.Controls.
Add
(CreateLink(LastPageText, pageIndex, LastPageImageUrl, EnableNextPage));
UI\WebControls\NumericPagerField.cs (9)
265
container.Controls.
Add
(new LiteralControl(" "));
420
container.Controls.
Add
(CreateNextPrevButton(PreviousPageText, DataControlCommands.PreviousPageCommandArgument, fieldIndex.ToString(CultureInfo.InvariantCulture), PreviousPageImageUrl));
431
container.Controls.
Add
(pageNumber);
434
container.Controls.
Add
(CreateNumericButton((i + firstButtonIndex + 1).ToString(CultureInfo.InvariantCulture), fieldIndex.ToString(CultureInfo.InvariantCulture), (i + firstButtonIndex).ToString(CultureInfo.InvariantCulture)));
441
container.Controls.
Add
(CreateNextPrevButton(NextPageText, DataControlCommands.NextPageCommandArgument, fieldIndex.ToString(CultureInfo.InvariantCulture), NextPageImageUrl));
455
container.Controls.
Add
(CreateNextPrevLink(PreviousPageText, firstButtonIndex - 1, PreviousPageImageUrl));
466
container.Controls.
Add
(pageNumber);
469
container.Controls.
Add
(CreateNumericLink(i + firstButtonIndex));
476
container.Controls.
Add
(CreateNextPrevLink(NextPageText, firstButtonIndex + ButtonCount, NextPageImageUrl));
System.Web.Mobile (33)
UI\MobileControls\Adapters\ChtmlCalendarAdapter.cs (4)
115
Control.Controls.
Add
(_selectList);
122
Control.Controls.
Add
(_textBox);
127
Control.Controls.
Add
(_command);
676
Control.Controls.
Add
(list);
UI\MobileControls\Adapters\HtmlValidationSummaryAdapter.cs (2)
55
Control.Controls.
Add
(_list);
57
Control.Controls.
Add
(_link);
UI\MobileControls\Adapters\WmlCalendarAdapter.cs (3)
104
Control.Controls.
Add
(_selectList);
109
Control.Controls.
Add
(_textBox);
653
Control.Controls.
Add
(list);
UI\MobileControls\Adapters\WmlValidationSummaryAdapter.cs (2)
55
Control.Controls.
Add
(_list);
57
Control.Controls.
Add
(_link);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCalendarAdapter.cs (4)
93
Control.Controls.
Add
(_selectList);
100
Control.Controls.
Add
(_textBox);
105
Control.Controls.
Add
(_command);
604
Control.Controls.
Add
(list);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicValidationSummaryAdapter.cs (2)
44
Control.Controls.
Add
(_list);
46
Control.Controls.
Add
(_link);
UI\MobileControls\AdRotator.cs (2)
67
this.Controls.
Add
(_webAdRotator);
68
this.Controls.
Add
(_image);
UI\MobileControls\BaseValidator.cs (1)
56
Controls.
Add
(_webBaseValidator);
UI\MobileControls\Calendar.cs (1)
57
Controls.
Add
(_webCalendar);
UI\MobileControls\Design\CommandDesigner.cs (1)
103
_command.Controls.
Add
(c);
UI\MobileControls\Design\LabelDesigner.cs (1)
106
_label.Controls.
Add
(c);
UI\MobileControls\Design\LinkDesigner.cs (1)
106
_link.Controls.
Add
(c);
UI\MobileControls\Design\MobileControlDesigner.cs (1)
412
_mobileControl.Controls.
Add
(c);
UI\MobileControls\Design\PhoneCallDesigner.cs (1)
107
_call.Controls.
Add
(c);
UI\MobileControls\Design\TextViewDesigner.cs (1)
111
_textView.Controls.
Add
(c);
UI\MobileControls\ErrorFormatterPage.cs (1)
131
Controls.
Add
(form);
UI\MobileControls\Form.cs (1)
445
Controls.
Add
(_footerContainer);
UI\MobileControls\List.cs (1)
297
Controls.
Add
(item);
UI\MobileControls\ObjectList.cs (2)
672
Controls.
Add
(item);
706
Controls.
Add
(Selection);
UI\MobileControls\StyleSheet.cs (1)
265
Controls.
Add
(control);