4 references to DropDown
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
3369
dropDown = editor.GetEditStyle() == UITypeEditorEditStyle.
DropDown
;
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
544
case UITypeEditorEditStyle.
DropDown
:
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
5615
if (ute != null && ute.GetEditStyle() == UITypeEditorEditStyle.
DropDown
) {
System.Workflow.Activities (1)
Designers\SetStateDesigner.cs (1)
280
return UITypeEditorEditStyle.
DropDown
;