6 references to Items
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (1)
141
PropertyNames.
Items
, // VSWhidbey 396702: Changing toolstrip items collection
winforms\Managed\System\WinForms\ToolStrip.cs (2)
2161
LayoutTransaction.DoLayout(this, e.Item, PropertyNames.
Items
);
2172
LayoutTransaction.DoLayout(this.OverflowButton.DropDown, e.Item, PropertyNames.
Items
);
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (1)
873
LayoutTransaction.DoLayout(owner.DropDown, owner.DropDown, PropertyNames.
Items
);
winforms\Managed\System\WinForms\ToolStripItemCollection.cs (2)
147
using (new LayoutTransaction(this.owner, this.owner, PropertyNames.
Items
)) {
168
using (new LayoutTransaction(this.owner, this.owner, PropertyNames.
Items
)) {