1 write to _designerHostMock
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ToolStripContainerActionListTests.cs (1)
20_designerHostMock = new();
6 references to _designerHostMock
System.Windows.Forms.Design.Tests (6)
System\Windows\Forms\Design\ToolStripContainerActionListTests.cs (6)
22_siteMock.Setup(s => s.GetService(typeof(IDesignerHost))).Returns(_designerHostMock.Object); 29_designerHostMock.Reset(); 45_designerHostMock.Setup(dh => dh.RootComponent).Returns(rootComponent); 60_designerHostMock.Setup(dh => dh.RootComponent).Returns(rootComponent); 81_designerHostMock.Setup(dh => dh.RootComponent).Returns(rootComponent); 197_designerHostMock.Setup(dh => dh.RootComponent).Returns(rootComponent);