2 writes to _designerActionUI
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\SelectionManager.cs (2)
85
_designerActionUI
= new DesignerActionUI(serviceProvider, SelectionGlyphAdorner);
227
_designerActionUI
= null;
3 references to _designerActionUI
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\Behavior\SelectionManager.cs (3)
86
behaviorService.DesignerActionUI =
_designerActionUI
;
226
_designerActionUI
?.Dispose();
305
_designerActionUI
?.RemoveActionGlyph(ce.Component);