13 references to 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
();