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