4 references to s_valueConverter
Microsoft.Maui.Controls (4)
Interactivity\PropertyCondition.cs (4)
36 if (_property != null && s_valueConverter != null) 49 Value = s_valueConverter.Convert(Value, Property.ReturnType, minforetriever, null); 66 if (_property != null && s_valueConverter != null) 79 value = s_valueConverter.Convert(value, Property.ReturnType, minforetriever, null);