3 writes to Cell
Microsoft.Maui.Controls (3)
artifacts\obj\Controls.Core\Debug\net9.0-windows10.0.20348.0\XamlTypeInfo.g.cs (1)
1224
that.
Cell
= (global::Microsoft.Maui.Controls.Cell)Value;
Compatibility\Handlers\ListView\Windows\CellControl.cs (2)
337
Cell
= cell;
405
Cell
= cell;
26 references to Cell
Microsoft.Maui.Controls (26)
artifacts\obj\Controls.Core\Debug\net9.0-windows10.0.20348.0\XamlTypeInfo.g.cs (1)
1219
return that.
Cell
;
Compatibility\Handlers\ListView\Windows\CellControl.cs (25)
55
if (
Cell
== null)
60
Cell
.PropertyChanged -= _propertyChangedHandler;
61
Cell
.PropertyChanged += _propertyChangedHandler;
66
if (
Cell
== null)
69
Cell
.SendDisappearing();
71
Cell
.PropertyChanged -= _propertyChangedHandler;
73
if (
Cell
.Parent is ListView)
74
Cell
.Parent = null;
173
UpdateFlowDirection(
Cell
);
183
if (!(
Cell
is SwitchCell switchCell))
246
if (_defaultOnColor == null &&
Cell
is SwitchCell)
294
var actions =
Cell
.ContextActions;
315
((INotifyCollectionChanged)
Cell
.ContextActions).CollectionChanged += OnContextActionsChanged;
317
_contextActions =
Cell
.ContextActions;
341
if (ReferenceEquals(
Cell
?.BindingContext, newContext))
350
Cell oldCell =
Cell
;
370
var canReuseCell =
Cell
!= null && sameTemplate;
375
cell =
Cell
;
404
if (
Cell
!= cell)
409
else if (
Cell
!= null)
411
Cell
.SendDisappearing();
412
Cell
.SendAppearing();
441
if (CellContent == null ||
Cell
== null)
444
if (!
Cell
.HasContextActions)
462
foreach (MenuItem item in
Cell
.ContextActions)