4 implementations of DropDownControl
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
1406
public void
DropDownControl
(Control control)
System.Windows.Forms.Design (3)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (1)
409
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)
29 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);
System.Windows.Forms.Design.Tests (16)
System\ComponentModel\Design\MultilineStringEditorTests.cs (2)
39
.Setup(e => e.
DropDownControl
(It.IsAny<Control>()))
43
mockEditorService.Verify(e => e.
DropDownControl
(It.IsAny<Control>()), Times.Once());
System\ComponentModel\Design\ObjectSelectorEditorTests.cs (2)
49
.Setup(e => e.
DropDownControl
(It.IsAny<Control>()))
53
mockEditorService.Verify(e => e.
DropDownControl
(It.IsAny<Control>()), Times.Once());
System\Drawing\Design\ColorEditorTests.cs (2)
41
.Setup(e => e.
DropDownControl
(It.IsAny<Control>()))
45
mockEditorService.Verify(e => e.
DropDownControl
(It.IsAny<Control>()), Times.Once());
System\Drawing\Design\CursorEditorTests.cs (2)
40
.Setup(e => e.
DropDownControl
(It.IsAny<Control>()))
44
mockEditorService.Verify(e => e.
DropDownControl
(It.IsAny<Control>()), Times.Once());
System\Windows\Forms\Design\AnchorEditorTests.cs (2)
42
.Setup(e => e.
DropDownControl
(It.IsAny<Control>()))
46
mockEditorService.Verify(e => e.
DropDownControl
(It.IsAny<Control>()), Times.Once());
System\Windows\Forms\Design\BorderSidesEditorTests.cs (2)
40
.Setup(e => e.
DropDownControl
(It.IsAny<Control>()))
44
mockEditorService.Verify(e => e.
DropDownControl
(It.IsAny<Control>()), Times.Once());
System\Windows\Forms\Design\DockEditorTests.cs (2)
40
.Setup(e => e.
DropDownControl
(It.IsAny<Control>()))
44
mockEditorService.Verify(e => e.
DropDownControl
(It.IsAny<Control>()), Times.Once());
System\Windows\Forms\Design\ShortcutKeysEditorTests.cs (2)
40
.Setup(e => e.
DropDownControl
(It.IsAny<Control>()))
44
mockEditorService.Verify(e => e.
DropDownControl
(It.IsAny<Control>()), Times.Once());