2 instantiations of MultithreadSafeCallScope
System.Windows.Forms (2)
System\Windows\Forms\Control.MultithreadSafeCallScope.cs (2)
25
return new
MultithreadSafeCallScope
(true);
29
return new
MultithreadSafeCallScope
(false);
19 references to MultithreadSafeCallScope
System.Windows.Forms (19)
System\Windows\Forms\Control.cs (18)
2292
using
var
scope =
MultithreadSafeCallScope
.Create();
3583
using
var
scope =
MultithreadSafeCallScope
.Create();
4282
using
var
scope =
MultithreadSafeCallScope
.Create();
4451
using
var
scope =
MultithreadSafeCallScope
.Create();
4913
using
var
scope =
MultithreadSafeCallScope
.Create();
5790
using
var
scope =
MultithreadSafeCallScope
.Create();
5831
using
var
scope =
MultithreadSafeCallScope
.Create();
5879
using
var
scope =
MultithreadSafeCallScope
.Create();
5931
using
var
scope =
MultithreadSafeCallScope
.Create();
System\Windows\Forms\Control.MultithreadSafeCallScope.cs (1)
17
internal static
MultithreadSafeCallScope
Create()