3 overrides of SetChildInheritedBindingContext
Microsoft.Maui.Controls (3)
ContentPresenter.cs (1)
87 internal override void SetChildInheritedBindingContext(Element child, object context)
TemplatedPage.cs (1)
40 internal override void SetChildInheritedBindingContext(Element child, object context)
TemplatedView\TemplatedView.cs (1)
78 internal override void SetChildInheritedBindingContext(Element child, object context)
6 references to SetChildInheritedBindingContext
Microsoft.Maui.Controls (6)
Element\Element.cs (2)
423 value.SetChildInheritedBindingContext(this, context); 577 SetChildInheritedBindingContext((Element)child, bc);
ListView\ListView.cs (2)
148 SetChildInheritedBindingContext(header, bc); 151 SetChildInheritedBindingContext(footer, bc);
TemplatedPage.cs (1)
43 base.SetChildInheritedBindingContext(child, context);
TemplatedView\TemplatedView.cs (1)
81 base.SetChildInheritedBindingContext(child, context);