4 overrides of GetSourceValue
Microsoft.Maui.Controls (4)
Binding.cs (1)
180
internal override object
GetSourceValue
(object value, Type targetPropertyType)
MultiBinding.cs (1)
198
internal override object
GetSourceValue
(object value, Type targetPropertyType)
TemplateBinding.cs (1)
110
internal override object
GetSourceValue
(object value, Type targetPropertyType)
TypedBinding.cs (1)
251
internal override object
GetSourceValue
(object value, Type targetPropertyType)
5 references to GetSourceValue
Microsoft.Maui.Controls (5)
Binding.cs (1)
185
return base.
GetSourceValue
(value, targetPropertyType);
BindingExpression.cs (1)
168
value = Binding.
GetSourceValue
(value, property.ReturnType);
MultiBinding.cs (1)
210
return base.
GetSourceValue
(value, targetPropertyType);
TemplateBinding.cs (1)
115
return base.
GetSourceValue
(value, targetPropertyType);
TypedBinding.cs (1)
256
return base.
GetSourceValue
(value, targetPropertyType);