2 writes to DesignerActionUI
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\BehaviorService.cs (1)
76
DesignerActionUI
= null;
System\Windows\Forms\Design\Behavior\SelectionManager.cs (1)
86
behaviorService.
DesignerActionUI
= _designerActionUI;
5 references to DesignerActionUI
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ComponentTray.cs (2)
2649
if (_behaviorSvc.
DesignerActionUI
is not null)
2651
Glyph 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)
1141
DesignerActionUI designerUI = behaviorService.
DesignerActionUI
;