4 references to s_valueConverter
Microsoft.Maui.Controls (4)
Interactivity\PropertyCondition.cs (4)
38
if (_property != null &&
s_valueConverter
!= null)
51
Value =
s_valueConverter
.Convert(Value, Property.ReturnType, minforetriever, null);
68
if (_property != null &&
s_valueConverter
!= null)
81
value =
s_valueConverter
.Convert(value, Property.ReturnType, minforetriever, null);