1 instantiation of ToolStripTextBox
System.Windows.Forms (1)
System\Windows\Forms\DataBinding\BindingNavigator.cs (1)
136PositionItem = new ToolStripTextBox();
5 references to ToolStripTextBox
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripTextBox.ToolStripTextBoxControl.cs (1)
105public ToolStripTextBox? Owner { get; set; }
System.Windows.Forms.Design (4)
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)