2 writes to _marshalingControl
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionUI.cs (2)
105_marshalingControl = new Control(); 118_marshalingControl = null!;
6 references to _marshalingControl
System.Windows.Forms.Design (6)
System\ComponentModel\Design\DesignerActionUI.cs (6)
106_marshalingControl.CreateControl(); 115if (_marshalingControl is not null) 117_marshalingControl.Dispose(); 377if (_marshalingControl is not null && _marshalingControl.IsHandleCreated) 379_marshalingControl.BeginInvoke(new ActionChangedEventHandler(OnInvokedDesignerActionChanged), [sender, e]);