2 writes to _designerActionUI
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\SelectionManager.cs (2)
85
_designerActionUI
= new DesignerActionUI(serviceProvider, SelectionGlyphAdorner);
229
_designerActionUI
= null;
4 references to _designerActionUI
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\Behavior\SelectionManager.cs (4)
86
behaviorService.DesignerActionUI =
_designerActionUI
;
226
if (
_designerActionUI
is not null)
228
_designerActionUI
.Dispose();
308
_designerActionUI
?.RemoveActionGlyph(ce.Component);