1 instantiation of ToolStripComboBoxControl
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (1)
45
private static ToolStripComboBoxControl CreateControlInstance() =>
new
()
13 references to ToolStripComboBoxControl
System.Windows.Forms (13)
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (3)
28
ToolStripComboBoxControl
combo = (
ToolStripComboBoxControl
)Control;
45
private static
ToolStripComboBoxControl
CreateControlInstance() => new()
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.ToolStripComboBoxControl.ToolStripComboBoxControlAccessibleObject.cs (3)
14
public ToolStripComboBoxControlAccessibleObject(
ToolStripComboBoxControl
toolStripComboBoxControl)
26
if (this.TryGetOwnerAs(out
ToolStripComboBoxControl
? owner))
38
this.TryGetOwnerAs(out
ToolStripComboBoxControl
? owner)
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.ToolStripComboBoxControl.ToolStripComboBoxFlatComboAdapter.cs (7)
21
if (comboBox is not
ToolStripComboBoxControl
toolStripComboBox
24
Debug.Assert(comboBox is
ToolStripComboBoxControl
, "Why are we here and not a toolstrip combo?");
31
private static ProfessionalColorTable GetColorTable(
ToolStripComboBoxControl
? toolStripComboBoxControl)
48
return (comboBox.Enabled) ? SystemColors.Window : GetColorTable(comboBox as
ToolStripComboBoxControl
).ComboBoxBorder;
64
? GetColorTable(comboBox as
ToolStripComboBoxControl
).ComboBoxBorder
82
ToolStripComboBoxControl
? toolStripComboBox = comboBox as
ToolStripComboBoxControl
;