2 writes to _designerActionUIService
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionUI.cs (2)
82
_designerActionUIService
= designerActionUIService;
159
_designerActionUIService
= null!;
4 references to _designerActionUIService
System.Windows.Forms.Design (4)
System\ComponentModel\Design\DesignerActionUI.cs (4)
84
_designerActionUIService
.DesignerActionUIStateChange += OnDesignerActionUIStateChange;
150
if (
_designerActionUIService
is not null)
152
_designerActionUIService
.DesignerActionUIStateChange -= OnDesignerActionUIStateChange;
155
_designerActionUIService
.Dispose();