1 implementation of ToolStripPanelCell
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStrip.cs (1)
1582ToolStripPanelCell ISupportToolStripPanel.ToolStripPanelCell {
3 references to ToolStripPanelCell
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStrip.cs (1)
1573get { return ((ISupportToolStripPanel)this).ToolStripPanelCell; }
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (2)
2052int index = InnerList.Add(control.ToolStripPanelCell); 2193InnerList.Insert(index, control.ToolStripPanelCell);