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