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();
126
toolTip.GetToolTip(
_sitedChildControl
).Should().BeEmpty();
132
toolTip.GetToolTip(
_sitedChildControl
).Should().BeEmpty();
159
toolTip.GetToolTip(
_sitedChildControl
).Should().BeEmpty();