Base:
property
Controls
System.Web.UI.Control.Controls
21 references to Controls
System.Web (21)
UI\WebParts\WebPartManager.cs (21)
613
return new WebPartCollection(
Controls
);
894
((WebPartManagerControlCollection)
Controls
).AddWebPart(webPart);
959
if (
Controls
.Contains(webPart)) {
1048
if (!
Controls
.Contains(webPart)) {
1092
if (!
Controls
.Contains(webPart)) {
1173
foreach (WebPart part in
Controls
) {
1213
if (!
Controls
.Contains(provider)) {
1220
if (!
Controls
.Contains(consumer)) {
1397
if (!
Controls
.Contains(webPart)) {
1892
foreach (WebPart part in
Controls
) {
2125
if (!
Controls
.Contains(webPart)) {
2289
foreach (WebPart part in
Controls
) {
2377
if (!
Controls
.Contains(webPart)) {
2532
foreach (WebPart part in
Controls
) {
3551
if (!
Controls
.Contains(webPart)) {
3711
foreach (WebPart webPart in
Controls
) {
3931
((WebPartManagerControlCollection)
Controls
).AddWebPartsFromZone(webPartZone, initialWebParts);
3964
((WebPartManagerControlCollection)
Controls
).RemoveWebPart(webPart);
4025
int webPartsCount =
Controls
.Count;
4029
WebPart webPart = (WebPart)
Controls
[i];
4047
foreach (WebPart webPart in
Controls
) {