1 write to _marshallingControl
System.Windows.Forms (1)
System\Windows\Forms\Application.ThreadContext.cs (1)
191
_marshallingControl
= new ContextMarshallingControl();
3 references to _marshallingControl
System.Windows.Forms (3)
System\Windows\Forms\Application.ThreadContext.cs (3)
174
if (
_marshallingControl
is { } control)
181
if (
_marshallingControl
is null)
194
return
_marshallingControl
;