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)
86behaviorService.DesignerActionUI = _designerActionUI; 226if (_designerActionUI is not null) 228_designerActionUI.Dispose(); 308_designerActionUI?.RemoveActionGlyph(ce.Component);