7 references to BindingExpressionHelper
Microsoft.Maui.Controls (7)
AppThemeBinding.cs (1)
110
if (!
BindingExpressionHelper
.TryConvert(ref value, _targetProperty, _targetProperty.ReturnType, true))
BindingExpression.cs (2)
173
if (!
BindingExpressionHelper
.TryConvert(ref value, property, property.ReturnType, true))
185
if (!
BindingExpressionHelper
.TryConvert(ref value, property, part.SetterType, false))
MultiBinding.cs (2)
103
if (!
BindingExpressionHelper
.TryConvert(ref value, _targetProperty, _targetProperty.ReturnType, true))
176
if (!
BindingExpressionHelper
.TryConvert(ref value, _targetProperty, _targetProperty.ReturnType, true))
TypedBinding.cs (2)
320
if (!
BindingExpressionHelper
.TryConvert(ref value, property, property.ReturnType, true))
333
if (!
BindingExpressionHelper
.TryConvert(ref value, property, typeof(TProperty), false))