5 references to Visible
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ArrangedElement.cs (1)
129LayoutTransaction.DoLayout(this.Parent, this, PropertyNames.Visible);
winforms\Managed\System\WinForms\Control.cs (1)
12171using (new LayoutTransaction(parent, this, PropertyNames.Visible)) {
winforms\Managed\System\WinForms\Layout\TableLayout.cs (1)
140PropertyNames.Visible, // as well as visibility
winforms\Managed\System\WinForms\ScrollableControl.cs (1)
789LayoutTransaction.DoLayout(this, this, PropertyNames.Visible);
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
1800LayoutTransaction.DoLayout(this, this, PropertyNames.Visible);