4 references to TableLayoutPanelDesignerEditRowAndCol
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (3)
132
if (verb.Text.Equals(string.Format(SR.
TableLayoutPanelDesignerEditRowAndCol
)))
251
_verbs.Add(new DesignerVerb(SR.
TableLayoutPanelDesignerEditRowAndCol
, OnVerbEdit));
429
displayName: SR.
TableLayoutPanelDesignerEditRowAndCol
,
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\TableLayoutPanelDesignerTests.cs (1)
75
.And.Contain(SR.
TableLayoutPanelDesignerEditRowAndCol
);