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