11 references to IsAutoGenerated
System.Windows.Forms (11)
winforms\Managed\System\WinForms\ToolStrip.cs (1)
1679if (dropDown is ToolStripOverflow || dropDown.IsAutoGenerated) {
winforms\Managed\System\WinForms\ToolStripDropDown.cs (4)
487if (IsAutoGenerated && OwnerItem != null) { 579return IsAutoGenerated || (countDropDownItemsAssignedTo > 0); 625if (IsAutoGenerated && OwnerToolStrip != null) { 1466if (this.IsAutoGenerated) {
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (6)
370if (disposing && dropDown.IsAutoGenerated) { 462if (HasDropDown && DropDown.IsAutoGenerated) { 512if (!DropDown.IsAutoGenerated) { 688if (this.dropDown.IsAutoGenerated && this.DropDownItems.Count <= 0) { 709return dropDown != null && !dropDown.IsAutoGenerated; 717return (dropDown != null && dropDown.IsAutoGenerated);