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