1 write to _designerActionUIService
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ChangeToolStripParentVerbTests.cs (1)
51_designerActionUIService = new(_siteMock.Object);
2 references to _designerActionUIService
System.Windows.Forms.Design.Tests (2)
System\Windows\Forms\Design\ChangeToolStripParentVerbTests.cs (2)
32_designerActionUIService?.Dispose(); 52_siteMock.Setup(s => s.GetService(typeof(DesignerActionUIService))).Returns(_designerActionUIService);