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