2 writes to Context
Microsoft.Maui.Controls (2)
BindableObject.cs (2)
359 binding.Context = value; 728 newBinding.Context = context;
3 references to Context
Microsoft.Maui.Controls (3)
BindableObject.cs (1)
726 context = oldBinding.Context;
Binding.cs (1)
126 var bindingContext = src ?? Context ?? context;
TypedBinding.cs (1)
175 var source = Source ?? Context ?? context;