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