1 write to _marshallingControl
System.Windows.Forms (1)
System\Windows\Forms\Application.ThreadContext.cs (1)
196
_marshallingControl
= new ContextMarshallingControl();
3 references to _marshallingControl
System.Windows.Forms (3)
System\Windows\Forms\Application.ThreadContext.cs (3)
179
if (
_marshallingControl
is { } control)
186
if (
_marshallingControl
is null)
199
return
_marshallingControl
;