5 references to HasChildren
System.Windows.Forms.Tests (5)
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
);