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)
16
private readonly
DesignerActionUI
_designerActionUI;
20
public DesignerActionToolStripDropDown(
DesignerActionUI
designerActionUI, IWin32Window? mainParentWindow)
System\Windows\Forms\Design\Behavior\BehaviorService.cs (1)
150
internal
DesignerActionUI
? DesignerActionUI { get; set; }
System\Windows\Forms\Design\Behavior\DesignerActionBehavior.cs (2)
26
internal DesignerActionBehavior(IServiceProvider serviceProvider, IComponent relatedComponent, DesignerActionListCollection actionLists,
DesignerActionUI
parentUI)
43
internal
DesignerActionUI
ParentUI { get; }
System\Windows\Forms\Design\Behavior\SelectionManager.cs (1)
34
private
DesignerActionUI
? _designerActionUI;
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (1)
1141
DesignerActionUI
designerUI = behaviorService.DesignerActionUI;