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