4 references to DesignerActionPanel_DefaultPanelTitle
System.Windows.Forms.Design (4)
System\ComponentModel\Design\DesignerActionUI.cs (3)
340
string.Format(SR.
DesignerActionPanel_DefaultPanelTitle
, behaviorWithPanelToRegen.RelatedComponent.GetType().Name),
708
_designerActionHost.AccessibleName = string.Format(SR.
DesignerActionPanel_DefaultPanelTitle
, relatedComponent.GetType().Name);
709
panel.AccessibleName = string.Format(SR.
DesignerActionPanel_DefaultPanelTitle
, relatedComponent.GetType().Name);
System\Windows\Forms\Design\Behavior\DesignerActionBehavior.cs (1)
64
dap.UpdateTasks(lists, [], string.Format(SR.
DesignerActionPanel_DefaultPanelTitle
, relatedComponent.GetType().Name), null);