1 write to _dictionaryServiceMock
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ControlCommandSetTests.cs (1)
29
_dictionaryServiceMock
= new();
1 reference to _dictionaryServiceMock
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ControlCommandSetTests.cs (1)
36
_siteMock.Setup(s => s.GetService(typeof(IDictionaryService))).Returns(
_dictionaryServiceMock
.Object);