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