4 references to Contains
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStrip.cs (1)
1631
if (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)
1274
if (!Row.ControlsInternal.
Contains
(toolStripToDrag)) {
1804
if (!Row.ControlsInternal.
Contains
(toolStripToDrag)) {