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)
86behaviorService.DesignerActionUI = _designerActionUI; 226_designerActionUI?.Dispose(); 305_designerActionUI?.RemoveActionGlyph(ce.Component);