34 writes to BindingContext
Microsoft.Maui.Controls (28)
Microsoft.Maui.Controls.Compatibility (5)
Microsoft.Maui.Controls.Maps (1)
109 references to BindingContext
Microsoft.Maui.Controls (101)
BindableObject.cs (9)
46 /// <summary>Bindable property for <see cref="BindingContext"/>.</summary>
48 BindableProperty.Create(nameof(BindingContext), typeof(object), typeof(BindableObject), default(object),
72 /// Occurs when the value of the <see cref="BindingContext"/> property changes.
335 binding.Apply(BindingContext, this, targetProperty, false, specificity);
373 /// Applies all the current bindings to <see cref="BindingContext" />.
397 SetInheritedBindingContext(buttonBehavior, BindingContext);
400 SetInheritedBindingContext(searchHandler, BindingContext);
716 binding.Apply(BindingContext, this, context.Property, fromBindingContextChanged, specificity);
779 currentbinding?.Apply(BindingContext, this, property, false, context.Bindings.GetClearedSpecificity());
ListView\ListView.cs (11)
145 object bc = BindingContext;
336 => ItemAppearing?.Invoke(this, new ItemVisibilityEventArgs(cell.BindingContext, TemplatedItems.GetGlobalIndexOfItem(cell?.BindingContext)));
341 => ItemDisappearing?.Invoke(this, new ItemVisibilityEventArgs(cell.BindingContext, TemplatedItems.GetGlobalIndexOfItem(cell?.BindingContext)));
524 SetValueCore(SelectedItemProperty, cell?.BindingContext, SetValueFlags.ClearOneWayBindings | SetValueFlags.ClearDynamicResource | (changed ? SetValueFlags.RaiseOnEqual : 0), SetValuePrivateFlags.Default, SetterSpecificity.FromHandler);
528 ItemTapped?.Invoke(this, new ItemTappedEventArgs(ItemsSource.Cast<object>().ElementAt(groupIndex), cell?.BindingContext, TemplatedItems.GetGlobalIndexOfItem(cell?.BindingContext)));
550 SetValueCore(SelectedItemProperty, cell?.BindingContext, SetValueFlags.ClearOneWayBindings | SetValueFlags.ClearDynamicResource | (changed ? SetValueFlags.RaiseOnEqual : 0), SetValuePrivateFlags.Default, SetterSpecificity.FromHandler);
567 new ItemTappedEventArgs(tappedGroup, cell.BindingContext,
568 TemplatedItems.GetGlobalIndexOfItem(cell?.BindingContext)));
Microsoft.Maui.Controls.Build.Tasks (1)
Microsoft.Maui.Controls.Compatibility (5)
Microsoft.Maui.Controls.Maps (1)
Microsoft.Maui.Controls.Xaml (1)