4 references to HasChildren
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
863get => base.HasChildren;
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ControlCodeDomSerializer.cs (1)
122if (!parent.HasChildren)
System\Windows\Forms\Design\OleDragDropHandler.cs (2)
310if (c.HasChildren) 514if (comp is Control { HasChildren: true } ctl)