8 references to IsDesignerActionPanelVisible
System.Windows.Forms.Design (8)
System\ComponentModel\Design\DesignerActionUI.cs (6)
238
if (ce.Component is null || ce.Member is null || !
IsDesignerActionPanelVisible
)
328
if (!
IsDesignerActionPanelVisible
)
494
if (!
IsDesignerActionPanelVisible
)
520
if (
IsDesignerActionPanelVisible
&& relatedObject == _lastPanelComponent)
562
if (
IsDesignerActionPanelVisible
)
576
get => (
IsDesignerActionPanelVisible
? _lastPanelComponent : null);
System\Windows\Forms\Design\Behavior\DesignerActionBehavior.cs (2)
100
return (!ParentUI.
IsDesignerActionPanelVisible
);
116
if (ParentUI.
IsDesignerActionPanelVisible
)