1 instantiation of MultiBinding
Microsoft.Maui.Controls (1)
MultiBinding.cs (1)
62 var clone = new MultiBinding()
3 references to MultiBinding
Microsoft.Maui.Controls (3)
Binding.cs (1)
95 public static readonly object DoNothing = MultiBinding.DoNothing; // the instance was moved to MultiBinding because the Binding class is annotated with [RequiresUnreferencedCode]
MultiBinding.cs (2)
62 var clone = new MultiBinding() 161 var bp = _bpProxies[i] = BindableProperty.Create($"mb-proxy{i}", typeof(object), typeof(MultiBinding), null, bindingMode, propertyChanged: OnBindingChanged);