3 references to Apply
Microsoft.Maui.Controls (3)
Binding.cs (1)
150 _expression.Apply(bindingContext, bindObj, targetProperty, specificity);
RelativeBindingSource.cs (1)
207 => expression.Apply(resolvedSource, target, property, specificity);
TemplateBinding.cs (1)
139 _expression?.Apply(templatedParent, bindableObject, targetProperty, SetterSpecificity.FromBinding);