1 reference to ParenthesisRegex
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
2068private static string ReplaceText(string text) => text is null ? null : ParenthesisRegex().Replace(text, "");