3 references to s_valueConverter
Microsoft.Maui.Controls (3)
OnPlatform.cs (3)
36 if (s_valueConverter != null) 44 return (T)s_valueConverter.Convert(onPlat.Value, typeof(T), null, null); 51 return (T)s_valueConverter.Convert(onPlat.Value, typeof(T), null, null);