6 references to SetBinding
Microsoft.Maui.Controls.BindingSourceGen (6)
BindingCodeWriter.cs (4)
266 if (binding.MethodType == InterceptedMethodType.SetBinding) 289 InterceptedMethodType.SetBinding => "bindableObject.SetBinding(bindableProperty, binding);", 297 InterceptedMethodType.SetBinding => "ShouldUseSetter(mode, bindableProperty)", 307 InterceptedMethodType.SetBinding => $"public static void SetBinding{id}",
BindingSourceGenerator.cs (1)
139 InterceptedMethodType.SetBinding => argumentList[1].Expression,
InvocationParser.cs (1)
107 return Result<InterceptedMethodType>.Success(InterceptedMethodType.SetBinding);