1 reference to RxColorHexPattern
Microsoft.Maui.Controls.DesignTools (1)
ColorDesignTypeConverter.cs (1)
180
static readonly Lazy<Regex> RxColorHex = new(() => new Regex(
RxColorHexPattern
, RegexOptions.Compiled | RegexOptions.Singleline));