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(); 114toolTip.GetToolTip(_childControl).Should().Be(expectedText); 125toolTip.GetToolTip(_childControl).Should().Be("Inherited control"); 131toolTip.GetToolTip(_childControl).Should().BeEmpty();