1 instantiation of NoClientNotificationsScope
System.Windows.Forms.UI.IntegrationTests (1)
MessageBoxTests.cs (1)
11
using NoClientNotificationsScope scope =
new
(enable: true);
3 references to NoClientNotificationsScope
System.Windows.Forms.TestUtilities (2)
NoClientNotificationsScope.cs (2)
20
Monitor.Enter(typeof(
NoClientNotificationsScope
));
32
Monitor.Exit(typeof(
NoClientNotificationsScope
));
System.Windows.Forms.UI.IntegrationTests (1)
MessageBoxTests.cs (1)
11
using
NoClientNotificationsScope
scope = new(enable: true);