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