1 write to _childControl
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\InheritanceUITests.cs (1)
26_childControl = new Control { Parent = _control };
4 references to _childControl
System.Windows.Forms.Design.Tests (4)
System\Windows\Forms\Design\InheritanceUITests.cs (4)
33_childControl.Dispose(); 112toolTip.GetToolTip(_childControl).Should().Be(expectedText); 123toolTip.GetToolTip(_childControl).Should().Be("Inherited control"); 129toolTip.GetToolTip(_childControl).Should().BeEmpty();