6 references to ToolStripComboBox
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.ToolStripComboBoxControl.cs (1)
16public ToolStripComboBox? Owner { get; set; }
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ToolStripDesignerUtils.cs (3)
43[typeof(ToolStripButton), typeof(ToolStripLabel), typeof(ToolStripSplitButton), typeof(ToolStripDropDownButton), typeof(ToolStripSeparator), typeof(ToolStripComboBox), typeof(ToolStripTextBox), typeof(ToolStripProgressBar)]; 49[typeof(ToolStripMenuItem), typeof(ToolStripComboBox), typeof(ToolStripTextBox)]; 52[typeof(ToolStripMenuItem), typeof(ToolStripComboBox), typeof(ToolStripSeparator), typeof(ToolStripTextBox)];
System\Windows\Forms\Design\ToolStripItemDesigner.cs (1)
679if (Component is ToolStripTextBox or ToolStripComboBox)
System\Windows\Forms\Design\ToolStripItemGlyph.cs (1)
46if (Item is ToolStripComboBox && VisualStyles.VisualStyleRenderer.IsSupported)