5 references to HasChildren
System.Windows.Forms.Tests (5)
System\Windows\Forms\MenuStripTests.cs (1)
86Assert.False(control.HasChildren);
System\Windows\Forms\StatusStripTests.cs (1)
86Assert.False(control.HasChildren);
System\Windows\Forms\ToolStripDropDownTests.cs (1)
91Assert.False(control.HasChildren);
System\Windows\Forms\ToolStripTests.cs (2)
104Assert.False(control.HasChildren); 258Assert.False(control.HasChildren);