2 instantiations of ScreenRecordService
System.Windows.Forms.UI.IntegrationTests (2)
Infra\ControlTestBase.cs (2)
302
using var screenRecordService = new
ScreenRecordService
();
347
using var screenRecordService = new
ScreenRecordService
();
3 references to ScreenRecordService
System.Windows.Forms.UI.IntegrationTests (3)
Infra\ControlTestBase.cs (2)
302
using
var
screenRecordService = new ScreenRecordService();
347
using
var
screenRecordService = new ScreenRecordService();
Infra\ScreenRecordService.cs (1)
28
private static
ScreenRecordService
? s_currentInstance;