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