1 write to _sitedChildControl
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\InheritanceUITests.cs (1)
27_sitedChildControl = new Control { Parent = _control, Site = new Mock<ISite>().Object };
4 references to _sitedChildControl
System.Windows.Forms.Design.Tests (4)
System\Windows\Forms\Design\InheritanceUITests.cs (4)
32_sitedChildControl.Dispose(); 126toolTip.GetToolTip(_sitedChildControl).Should().BeEmpty(); 132toolTip.GetToolTip(_sitedChildControl).Should().BeEmpty(); 159toolTip.GetToolTip(_sitedChildControl).Should().BeEmpty();