1 write to ParentUI
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\DesignerActionBehavior.cs (1)
31
ParentUI
= parentUI;
5 references to ParentUI
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\Behavior\DesignerActionBehavior.cs (4)
55
ParentUI
.HideDesignerActionPanel();
80
ParentUI
.ShowDesignerActionPanel(RelatedComponent, dap, glyph);
100
return (!
ParentUI
.IsDesignerActionPanelVisible);
116
if (
ParentUI
.IsDesignerActionPanelVisible)
System\Windows\Forms\Design\Behavior\DesignerActionGlyph.cs (1)
196
IComponent? panelComponent = behavior.
ParentUI
.LastPanelComponent;