Base:
property
Visible
System.Windows.Forms.ArrangedElement.Visible
15 references to Visible
System.Windows.Forms (15)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.cs (2)
458if (currentCell.Visible) 555if (currentCell.Visible)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.HorizontalRowManager.cs (5)
183if (!cell.Visible && !cell.ControlInDesignMode) 252if (!cell.Visible && !cell.ControlInDesignMode) 317if (!cell.Visible && !cell.ControlInDesignMode) 361if (cell.Visible) 407if (!cell.Visible && !cell.ControlInDesignMode)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.ToolStripPanelRowManager.cs (3)
75if (cell.Visible) 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 (5)
185if (!cell.Visible && !cell.ControlInDesignMode) 254if (!cell.Visible && !cell.ControlInDesignMode) 312if (!cell.Visible && !cell.ControlInDesignMode) 413if (!cell.Visible && !cell.ControlInDesignMode) 571if (cell.Visible)