4 references to Bindings
Microsoft.Maui.Controls (4)
DataTemplate.cs (4)
56
Bindings
[property] = binding ?? throw new ArgumentNullException(nameof(binding));
62
Bindings
.Remove(property ?? throw new ArgumentNullException(nameof(property)));
74
if (
Bindings
== null)
81
foreach (KeyValuePair<BindableProperty, BindingBase> kvp in
Bindings
)