1 write to _mockUIService
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\MaskedTextBoxDesignerActionListTests.cs (1)
23_mockUIService = new();
1 reference to _mockUIService
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\MaskedTextBoxDesignerActionListTests.cs (1)
36mockSite.Setup(s => s.GetService(typeof(IUIService))).Returns(_mockUIService.Object);