2 writes to _cell
Microsoft.Maui.Controls.Compatibility (2)
iOS\Cells\CellTableViewCell.cs (2)
34
_cell
= value;
115
_cell
= null;
11 references to _cell
Microsoft.Maui.Controls.Compatibility (11)
iOS\Cells\CellTableViewCell.cs (11)
23
get { return
_cell
; }
26
if (
_cell
== value)
29
if (
_cell
!= null)
31
_cell
.PropertyChanged -= HandlePropertyChanged;
32
Device.BeginInvokeOnMainThread(
_cell
.SendDisappearing);
36
if (
_cell
!= null)
38
_cell
.PropertyChanged += HandlePropertyChanged;
39
Device.BeginInvokeOnMainThread(
_cell
.SendAppearing);
110
if (
_cell
!= null)
112
_cell
.PropertyChanged -= HandlePropertyChanged;
113
CellRenderer.SetRealCell(
_cell
, null);