5 overrides of Apply
Microsoft.Maui.Controls (5)
9 references to Apply
Microsoft.Maui.Controls (9)
BindableObject.cs (3)
335 binding.Apply(BindingContext, this, targetProperty, false, specificity);
716 binding.Apply(BindingContext, this, context.Property, fromBindingContextChanged, specificity);
779 currentbinding?.Apply(BindingContext, this, property, false, context.Bindings.GetClearedSpecificity());