1 instantiation of DesignerActionUI
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\SelectionManager.cs (1)
85_designerActionUI = new DesignerActionUI(serviceProvider, SelectionGlyphAdorner);
7 references to DesignerActionUI
System.Windows.Forms.Design (7)
System\ComponentModel\Design\DesignerActionUI.DesignerActionToolStripDropDown.cs (2)
16private readonly DesignerActionUI _designerActionUI; 20public DesignerActionToolStripDropDown(DesignerActionUI designerActionUI, IWin32Window? mainParentWindow)
System\Windows\Forms\Design\Behavior\BehaviorService.cs (1)
150internal DesignerActionUI? DesignerActionUI { get; set; }
System\Windows\Forms\Design\Behavior\DesignerActionBehavior.cs (2)
26internal DesignerActionBehavior(IServiceProvider serviceProvider, IComponent relatedComponent, DesignerActionListCollection actionLists, DesignerActionUI parentUI) 43internal DesignerActionUI ParentUI { get; }
System\Windows\Forms\Design\Behavior\SelectionManager.cs (1)
34private DesignerActionUI? _designerActionUI;
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (1)
1141DesignerActionUI designerUI = behaviorService.DesignerActionUI;