4 overrides of GetTargetValue
Microsoft.Maui.Controls (4)
Binding.cs (1)
188
internal override object
GetTargetValue
(object value, Type sourcePropertyType)
MultiBinding.cs (1)
213
internal override object
GetTargetValue
(object value, Type sourcePropertyType)
TemplateBinding.cs (1)
118
internal override object
GetTargetValue
(object value, Type sourcePropertyType)
TypedBinding.cs (1)
259
internal override object
GetTargetValue
(object value, Type sourcePropertyType)
4 references to GetTargetValue
Microsoft.Maui.Controls (4)
Binding.cs (1)
193
return base.
GetTargetValue
(value, sourcePropertyType);
BindingExpression.cs (1)
183
object value = Binding.
GetTargetValue
(target.GetValue(property), part.SetterType);
MultiBinding.cs (1)
224
return base.
GetTargetValue
(value, sourcePropertyType);
TemplateBinding.cs (1)
123
return base.
GetTargetValue
(value, sourcePropertyType);