10 references to ControlInDesignMode
System.Windows.Forms (10)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.HorizontalRowManager.cs (4)
183if (!cell.Visible && !cell.ControlInDesignMode) 252if (!cell.Visible && !cell.ControlInDesignMode) 317if (!cell.Visible && !cell.ControlInDesignMode) 407if (!cell.Visible && !cell.ControlInDesignMode)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.ToolStripPanelRowManager.cs (2)
91if ((cell.Visible || (Row.ToolStripPanel.Visible && cell.ControlInDesignMode)) && cell.ToolStripPanelRow == Row) 102if ((cell.Visible || (Row.ToolStripPanel.Visible && cell.ControlInDesignMode)) && cell.ToolStripPanelRow == Row)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.VerticalRowManager.cs (4)
185if (!cell.Visible && !cell.ControlInDesignMode) 254if (!cell.Visible && !cell.ControlInDesignMode) 312if (!cell.Visible && !cell.ControlInDesignMode) 413if (!cell.Visible && !cell.ControlInDesignMode)