1 reference to RxFuncPattern
Microsoft.Maui.Controls.DesignTools (1)
ColorDesignTypeConverter.cs (1)
189 static readonly Lazy<Regex> RxFuncExpr = new(() => new Regex(RxFuncPattern, RegexOptions.Compiled | RegexOptions.IgnoreCase | RegexOptions.IgnorePatternWhitespace | RegexOptions.Singleline));