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