3 references to GetDefaultValue
Microsoft.Maui.Controls (2)
BindingExpression.cs (1)
171
value = Binding.FallbackValue ?? property.
GetDefaultValue
(target);
TypedBinding.cs (1)
307
var value = FallbackValue ?? property.
GetDefaultValue
(target);
Microsoft.Maui.Controls.Xaml (1)
MarkupExtensions\OnPlatformExtension.cs (1)
81
return bp.
GetDefaultValue
(targetObject as BindableObject);