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);