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