3 writes to _viewCell
Microsoft.Maui.Controls.Compatibility (3)
Android\Cells\ViewCellRenderer.cs (3)
131 _viewCell = viewCell; 192 _viewCell = cell; 234 _viewCell = cell;
9 references to _viewCell
Microsoft.Maui.Controls.Compatibility (9)
Android\Cells\ViewCellRenderer.cs (9)
149 get { return _viewCell; } 220 Platform.SetRenderer(_viewCell.View, null); 221 _viewCell.View.IsPlatformEnabled = false; 235 _view = Platform.CreateRenderer(_viewCell.View, Context); 237 Platform.SetRenderer(_viewCell.View, _view); 248 Enabled = _viewCell.IsEnabled; 276 height = (int)Context.ToPixels(_viewCell.Height > 0 ? _viewCell.Height : measure.Request.Height); 315 _watchForLongPress = _viewCell.ContextActions.Count > 0