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();
115
if (
_marshalingControl
is not null)
117
_marshalingControl
.Dispose();
377
if (
_marshalingControl
is not null &&
_marshalingControl
.IsHandleCreated)
379
_marshalingControl
.BeginInvoke(new ActionChangedEventHandler(OnInvokedDesignerActionChanged), [sender, e]);