1 write to Bindings
Microsoft.Maui.Controls (1)
MultiBinding.cs (1)
66
Bindings
= bindingsclone,
6 references to Bindings
Microsoft.Maui.Controls (6)
MultiBinding.cs (6)
11
[ContentProperty(nameof(
Bindings
))]
58
var bindingsclone = new List<BindingBase>(
Bindings
.Count);
59
foreach (var b in
Bindings
)
154
_bpProxies = new BindableProperty[
Bindings
.Count];
157
for (var i = 0; i <
Bindings
.Count; i++)
159
var binding =
Bindings
[i];