4 implementations of DropDownControl
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
1429
public void
DropDownControl
(Control control)
System.Windows.Forms.Design (3)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (1)
406
void IWindowsFormsEditorService.
DropDownControl
(Control control)
System\Windows\Forms\Design\CollectionEditVerbManager.cs (1)
160
void IWindowsFormsEditorService.
DropDownControl
(Control control)
System\Windows\Forms\Design\EditorServiceContext.cs (1)
117
void IWindowsFormsEditorService.
DropDownControl
(Control control)
13 references to DropDownControl
System.Windows.Forms.Design (13)
System\ComponentModel\Design\DateTimeEditor.cs (1)
24
editorService.
DropDownControl
(dateTimeUI);
System\ComponentModel\Design\MultilineStringEditor.cs (1)
27
editorService.
DropDownControl
(_editorUI);
System\ComponentModel\Design\ObjectSelectorEditor.cs (1)
46
editorService.
DropDownControl
(_selector);
System\Drawing\Design\ColorEditor.cs (1)
29
editorService.
DropDownControl
(_colorUI);
System\Drawing\Design\ContentAlignmentEditor.cs (1)
29
editorService.
DropDownControl
(_contentUI);
System\Drawing\Design\CursorEditor.cs (1)
32
editorService.
DropDownControl
(_cursorUI);
System\Windows\Forms\Design\AnchorEditor.cs (1)
27
editorService.
DropDownControl
(_anchorUI);
System\Windows\Forms\Design\BorderSidesEditor.cs (1)
27
editorService.
DropDownControl
(_borderSidesEditorUI);
System\Windows\Forms\Design\DataGridViewColumnTypeEditor.cs (1)
37
windowsFormsEditorService.
DropDownControl
(_columnTypePicker);
System\Windows\Forms\Design\DesignBindingPicker.cs (1)
429
_windowsFormsEditorService.
DropDownControl
(this);
System\Windows\Forms\Design\DockEditor.cs (1)
27
editorService.
DropDownControl
(_dockUI);
System\Windows\Forms\Design\MaskedTextBoxTextEditor.cs (1)
27
editorService.
DropDownControl
(dropDown);
System\Windows\Forms\Design\ShortcutKeysEditor.cs (1)
34
editorService.
DropDownControl
(_shortcutKeysUI);