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)
179if (_marshallingControl is { } control) 186if (_marshallingControl is null) 199return _marshallingControl;