13 instantiations of DropDownList
System.Web (13)
UI\WebParts\AppearanceEditorPart.cs (3)
183
_chromeType = new
DropDownList
();
197
_direction = new
DropDownList
();
337
_type = new
DropDownList
();
UI\WebParts\BehaviorEditorPart.cs (2)
271
_exportMode = new
DropDownList
();
283
_helpMode = new
DropDownList
();
UI\WebParts\CatalogZoneBase.cs (1)
647
DropDownList zonesDropDownList = new
DropDownList
();
UI\WebParts\ConnectionsZone.cs (2)
810
DropDownList list = new
DropDownList
();
821
DropDownList list = new
DropDownList
();
UI\WebParts\LayoutEditorPart.cs (2)
150
_chromeState = new
DropDownList
();
159
_zone = new
DropDownList
();
UI\WebParts\PropertyGridEditorPart.cs (1)
198
DropDownList dropDownList = new
DropDownList
();
UI\WebParts\RowToFieldTransformer.cs (1)
123
_fieldName = new
DropDownList
();
UI\WebParts\RowToParametersTransformer.cs (1)
266
DropDownList consumerFieldName = new
DropDownList
();
43 references to DropDownList
System.Web (43)
UI\WebControls\DropDownList.cs (6)
30
/// <para>Initializes a new instance of the <see cref='System.Web.UI.WebControls.
DropDownList
'/> class.</para>
91
/// from the <see cref='System.Web.UI.WebControls.
DropDownList
'/>
138
/// <para>Process posted data for the <see cref='System.Web.UI.WebControls.
DropDownList
'/> control.</para>
147
/// <para>Process posted data for the <see cref='System.Web.UI.WebControls.
DropDownList
'/> control.</para>
176
/// <para>Raises events for the <see cref='System.Web.UI.WebControls.
DropDownList
'/> control on post back.</para>
185
/// <para>Raises events for the <see cref='System.Web.UI.WebControls.
DropDownList
'/> control on post back.</para>
UI\WebControls\ListControl.cs (1)
265
if ((t == typeof(
DropDownList
)) ||
UI\WebParts\AppearanceEditorPart.cs (3)
23
private
DropDownList
_chromeType;
25
private
DropDownList
_direction;
300
private
DropDownList
_type;
UI\WebParts\BehaviorEditorPart.cs (2)
24
private
DropDownList
_exportMode;
25
private
DropDownList
_helpMode;
UI\WebParts\CatalogZoneBase.cs (1)
647
DropDownList
zonesDropDownList = new DropDownList();
UI\WebParts\ConnectionsZone.cs (18)
657
DropDownList
list = (
DropDownList
)_connectDropDownLists[consumerConnectionPoint];
741
DropDownList
list = (
DropDownList
)_connectDropDownLists[providerConnectionPoint];
810
DropDownList
list = new DropDownList();
821
DropDownList
list = new DropDownList();
1483
DropDownList
list = (
DropDownList
)_connectDropDownLists[provider];
1576
DropDownList
list = (
DropDownList
)_connectDropDownLists[consumer];
2127
DropDownList
list = (
DropDownList
)_connectDropDownLists[providerConnectionPoint];
2182
DropDownList
list = (
DropDownList
)_connectDropDownLists[consumerConnectionPoint];
2242
DropDownList
list = (
DropDownList
)_connectDropDownLists[_pendingConsumerConnectionPoint];
2260
DropDownList
list = (
DropDownList
)_connectDropDownLists[_pendingProviderConnectionPoint];
UI\WebParts\LayoutEditorPart.cs (2)
19
private
DropDownList
_chromeState;
20
private
DropDownList
_zone;
UI\WebParts\PropertyGridEditorPart.cs (5)
198
DropDownList
dropDownList = new DropDownList();
271
DropDownList
dropDownList = editorControl as
DropDownList
;
343
DropDownList
dropDownList = (
DropDownList
)control;
UI\WebParts\RowToFieldTransformer.cs (1)
94
private
DropDownList
_fieldName;
UI\WebParts\RowToParametersTransformer.cs (4)
211
private
DropDownList
[] _consumerFieldNames;
239
_consumerFieldNames = new
DropDownList
[oldProviderNamesLength / 2];
266
DropDownList
consumerFieldName = new DropDownList();
337
DropDownList
consumerFieldName = _consumerFieldNames[i];