Base:
method
Apply
Microsoft.Maui.Controls.BindingBase.Apply(System.Object, Microsoft.Maui.Controls.BindableObject, Microsoft.Maui.Controls.BindableProperty, System.Boolean, Microsoft.Maui.Controls.SetterSpecificity)
2 references to Apply
Microsoft.Maui.Controls (2)
BindingExpression.cs (2)
526
binding.
Apply
(null, target, _targetProperty, false, SetterSpecificity.FromBinding);
560
binding.
Apply
(null, target, _targetProperty, false, _specificity);