3 references to Value
Microsoft.Maui.Controls (3)
OnPlatform.cs (3)
51 return (T)s_valueConverter.Convert(onPlat.Value, typeof(T), null, null); 58 return (T)s_valueConverter.Convert(onPlat.Value, typeof(T), null, null); 63 return (T)s_valueConverter.Convert(explicitDefault.Value, typeof(T), null, null);