1 write to _synchronous
System.Windows.Forms (1)
System\Windows\Forms\Control.ThreadMethodEntry.cs (1)
43
_synchronous
= synchronous;
3 references to _synchronous
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (2)
6084
if (NativeWindow.WndProcShouldBeDebuggable && !current.
_synchronous
)
6109
&& !current.
_synchronous
)
System\Windows\Forms\Control.ThreadMethodEntry.cs (1)
70
public bool CompletedSynchronously => IsCompleted &&
_synchronous
;