2 references to s_valueConverter
Microsoft.Maui.Controls (2)
Interactivity\BindingCondition.cs (2)
83 if (s_valueConverter != null) 84 converted = s_valueConverter.Convert(Value, other != null ? other.GetType() : typeof(object), null, null);