6 references to HasChildren
System.Windows.Forms.Tests (6)
System\Windows\Forms\MdiControlStripTests.cs (1)
90
Assert.False(mdiControlStrip.
HasChildren
);
System\Windows\Forms\MenuStripTests.cs (1)
88
Assert.False(control.
HasChildren
);
System\Windows\Forms\StatusStripTests.cs (1)
88
Assert.False(control.
HasChildren
);
System\Windows\Forms\ToolStripDropDownTests.cs (1)
93
Assert.False(control.
HasChildren
);
System\Windows\Forms\ToolStripTests.cs (2)
106
Assert.False(control.
HasChildren
);
260
Assert.False(control.
HasChildren
);