2 writes to _bindingContext
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\UIContainerCell.cs (2)
66
_bindingContext
= null;
91
_bindingContext
= value;
8 references to _bindingContext
Microsoft.Maui.Controls.Compatibility (8)
iOS\Renderers\UIContainerCell.cs (8)
63
if (
_bindingContext
!= null &&
_bindingContext
is BaseShellItem baseShell)
82
get =>
_bindingContext
;
85
if (value ==
_bindingContext
)
88
if (
_bindingContext
!= null &&
_bindingContext
is BaseShellItem baseShell)
94
if (
_bindingContext
!= null &&
_bindingContext
is BaseShellItem baseShell2)