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)
6084if (NativeWindow.WndProcShouldBeDebuggable && !current._synchronous) 6109&& !current._synchronous)
System\Windows\Forms\Control.ThreadMethodEntry.cs (1)
70public bool CompletedSynchronously => IsCompleted && _synchronous;