5 references to Visible
System.Windows.Forms (5)
System\Windows\Forms\Control.cs (1)
10346using (new LayoutTransaction(_parent, this, PropertyNames.Visible))
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
1575LayoutTransaction.DoLayout(this, this, PropertyNames.Visible);
System\Windows\Forms\Layout\ArrangedElement.cs (1)
142LayoutTransaction.DoLayout(Parent, this, PropertyNames.Visible);
System\Windows\Forms\Layout\TableLayout.cs (1)
49PropertyNames.Visible, // as well as visibility
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
703LayoutTransaction.DoLayout(this, this, PropertyNames.Visible);