55 references to HasChildren
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
866get => 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)
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\ByteViewerTests.cs (1)
82Assert.True(control.HasChildren);
System.Windows.Forms.Tests (50)
System\Windows\Forms\AxHostTests.cs (2)
79Assert.False(control.HasChildren); 173Assert.False(control.HasChildren);
System\Windows\Forms\ButtonBaseTests.cs (1)
71Assert.False(control.HasChildren);
System\Windows\Forms\ButtonTests.cs (1)
74Assert.False(control.HasChildren);
System\Windows\Forms\CheckBoxTests.cs (1)
75Assert.False(control.HasChildren);
System\Windows\Forms\ComboBoxTests.cs (1)
85Assert.False(control.HasChildren);
System\Windows\Forms\ContainerControlTests.cs (1)
82Assert.False(control.HasChildren);
System\Windows\Forms\ControlTests.cs (5)
63Assert.False(control.HasChildren); 152Assert.False(control.HasChildren); 248Assert.False(control.HasChildren); 344Assert.False(control.HasChildren); 440Assert.False(control.HasChildren);
System\Windows\Forms\DataGridViewTextBoxEditingControlTests.cs (1)
79Assert.False(control.HasChildren);
System\Windows\Forms\DateTimePickerTests.cs (1)
80Assert.False(control.HasChildren);
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
96Assert.True(control.HasChildren);
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
79Assert.False(control.HasChildren);
System\Windows\Forms\DomainUpDownTests.cs (1)
101_sub.HasChildren.Should().BeTrue();
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
76Assert.False(control.HasChildren);
System\Windows\Forms\FormTests.cs (1)
98Assert.False(control.HasChildren);
System\Windows\Forms\GroupBoxTests.cs (1)
67Assert.False(control.HasChildren);
System\Windows\Forms\HScrollBarTests.cs (1)
74Assert.False(control.HasChildren);
System\Windows\Forms\LabelTests.cs (1)
67Assert.False(control.HasChildren);
System\Windows\Forms\ListBoxTests.cs (1)
77Assert.False(control.HasChildren);
System\Windows\Forms\ListControlTests.cs (1)
73Assert.False(control.HasChildren);
System\Windows\Forms\ListViewTests.cs (1)
87Assert.False(control.HasChildren);
System\Windows\Forms\MdiClientTests.cs (1)
52Assert.False(control.HasChildren);
System\Windows\Forms\MonthCalendarTests.cs (1)
84Assert.False(control.HasChildren);
System\Windows\Forms\PanelTests.cs (1)
76Assert.False(control.HasChildren);
System\Windows\Forms\PictureBoxTests.cs (1)
71Assert.False(control.HasChildren);
System\Windows\Forms\ProgressBarTests.cs (1)
64Assert.False(control.HasChildren);
System\Windows\Forms\PropertyGridTests.cs (1)
105Assert.True(control.HasChildren);
System\Windows\Forms\RadioButtonTests.cs (1)
74Assert.False(control.HasChildren);
System\Windows\Forms\RichTextBoxTests.cs (1)
83Assert.False(control.HasChildren);
System\Windows\Forms\ScrollableControlTests.cs (1)
75Assert.False(control.HasChildren);
System\Windows\Forms\ScrollBarTests.cs (1)
64Assert.False(control.HasChildren);
System\Windows\Forms\SplitterPanelTests.cs (1)
68Assert.False(control.HasChildren);
System\Windows\Forms\SplitterTests.cs (1)
65Assert.False(control.HasChildren);
System\Windows\Forms\TabControlTests.cs (1)
67Assert.False(control.HasChildren);
System\Windows\Forms\TableLayoutPanelTests.cs (1)
82Assert.False(control.HasChildren);
System\Windows\Forms\TabPageTests.cs (2)
81Assert.False(control.HasChildren); 190Assert.False(control.HasChildren);
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
78Assert.False(control.HasChildren);
System\Windows\Forms\ToolStripPanelTests.cs (1)
78Assert.False(control.HasChildren);
System\Windows\Forms\TreeViewTests.cs (1)
69Assert.False(control.HasChildren);
System\Windows\Forms\UpDownBaseTests.cs (1)
88Assert.True(control.HasChildren);
System\Windows\Forms\UserControlTests.cs (1)
82Assert.False(control.HasChildren);
System\Windows\Forms\VScrollBarTests.cs (1)
73Assert.False(control.HasChildren);
System\Windows\Forms\WebBrowserTests.cs (1)
63Assert.False(control.HasChildren);
TextBoxTests.cs (1)
73Assert.False(control.HasChildren);
TrackBarTests.cs (1)
66Assert.False(control.HasChildren);