4 references to ToolStripProgressBar
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripProgressBar.ToolStripProgressBarControl.cs (2)
10
private
ToolStripProgressBar
? _ownerItem;
12
public
ToolStripProgressBar
? Owner
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripDesignerUtils.cs (2)
43
[typeof(ToolStripButton), typeof(ToolStripLabel), typeof(ToolStripSplitButton), typeof(ToolStripDropDownButton), typeof(ToolStripSeparator), typeof(ToolStripComboBox), typeof(ToolStripTextBox), typeof(
ToolStripProgressBar
)];
46
[typeof(ToolStripStatusLabel), typeof(
ToolStripProgressBar
), typeof(ToolStripDropDownButton), typeof(ToolStripSplitButton)];