2 references to SetBinding
Microsoft.Maui.Controls (2)
BindableObject.cs (1)
289 => SetBinding(targetProperty, binding, binding != null && targetProperty != null && binding.GetRealizedMode(targetProperty) == BindingMode.TwoWay ? SetterSpecificity.FromHandler : SetterSpecificity.FromBinding);
Setter.cs (1)
78 targetObject.SetBinding(Property, binding.Clone(), specificity);