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)
2361
using
var
scope =
MultithreadSafeCallScope
.Create();
3652
using
var
scope =
MultithreadSafeCallScope
.Create();
4351
using
var
scope =
MultithreadSafeCallScope
.Create();
4520
using
var
scope =
MultithreadSafeCallScope
.Create();
5022
using
var
scope =
MultithreadSafeCallScope
.Create();
5899
using
var
scope =
MultithreadSafeCallScope
.Create();
5940
using
var
scope =
MultithreadSafeCallScope
.Create();
5988
using
var
scope =
MultithreadSafeCallScope
.Create();
6040
using
var
scope =
MultithreadSafeCallScope
.Create();
System\Windows\Forms\Control.MultithreadSafeCallScope.cs (1)
17
internal static
MultithreadSafeCallScope
Create()