2 writes to DesignerActionUI
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\BehaviorService.cs (1)
76DesignerActionUI = null;
System\Windows\Forms\Design\Behavior\SelectionManager.cs (1)
86behaviorService.DesignerActionUI = _designerActionUI;
5 references to DesignerActionUI
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ComponentTray.cs (2)
2649if (_behaviorSvc.DesignerActionUI is not null) 2651Glyph g = _behaviorSvc.DesignerActionUI.GetDesignerActionGlyph(comp);
System\Windows\Forms\Design\ControlDesigner.cs (2)
769&& _behaviorService?.DesignerActionUI is { } designerActionUI) 827&& _behaviorService?.DesignerActionUI is { } designerActionUI)
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (1)
1141DesignerActionUI designerUI = behaviorService.DesignerActionUI;