10 references to ControlInDesignMode
System.Windows.Forms (10)
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (10)
835if ((cell.Visible || (owner.parent.Visible && cell.ControlInDesignMode)) && cell.ToolStripPanelRow == this.owner) { 843if ((cell.Visible || (owner.parent.Visible && cell.ControlInDesignMode)) && cell.ToolStripPanelRow == this.owner) { 1078if (!cell.Visible && !cell.ControlInDesignMode) { 1143if (!cell.Visible && !cell.ControlInDesignMode) { 1202if (!cell.Visible && !cell.ControlInDesignMode) { 1283if (!cell.Visible && !cell.ControlInDesignMode) { 1592if (!cell.Visible && !cell.ControlInDesignMode) { 1658if (!cell.Visible && !cell.ControlInDesignMode) { 1710if (!cell.Visible && !cell.ControlInDesignMode) { 1813if (!cell.Visible && !cell.ControlInDesignMode) {