4 references to Contains
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStrip.cs (1)
1631if (oldToolStripPanelRow != null && oldToolStripPanelRow.ControlsInternal.Contains(this)) {
winforms\Managed\System\WinForms\ToolStripPanel.cs (1)
1074&& previousRow.ControlsInternal.Contains(toolStripToDrag)) {
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (2)
1274if (!Row.ControlsInternal.Contains(toolStripToDrag)) { 1804if (!Row.ControlsInternal.Contains(toolStripToDrag)) {