1 write to _caller
System.Windows.Forms (1)
System\Windows\Forms\Control.ThreadMethodEntry.cs (1)
39_caller = caller;
2 references to _caller
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
4921Debug.Assert(this == entry._caller, "Called BeginInvoke on one control, and the corresponding EndInvoke on a different control"); 6020handler(tme._caller, EventArgs.Empty);