1 instantiation of Cell
Microsoft.Maui (1)
Layouts\GridLayoutManager.cs (1)
228
var cell = new
Cell
(n, row, column, rowSpan, columnSpan, columnGridLengthType, rowGridLengthType);
20 references to Cell
Microsoft.Maui (20)
Layouts\GridLayoutManager.cs (20)
77
Cell
[] _cells { get; }
140
_cells = new
Cell
[_childrenToLayOut.Length];
228
var
cell = new Cell(n, row, column, rowSpan, columnSpan, columnGridLengthType, rowGridLengthType);
380
Size MeasureCell(
Cell
cell, double width, double height)
391
var
cell = _cells[n];
436
foreach (
var
cell in _cells)
613
void ResolveStars(Definition[] defs, double availableSpace, Func<
Cell
, bool> cellCheck, Func<Size, double> dimension, double starCount)
633
foreach (
var
cell in _cells)
666
static bool cellCheck(
Cell
cell) => cell.IsColumnSpanStar;
671
foreach (
var
cell in _cells)
688
static bool cellCheck(
Cell
cell) => cell.IsRowSpanStar;
693
foreach (
var
cell in _cells)
715
var
cell = _cells[n];
739
var
cell = _cells[n];
1010
void UpdateKnownMeasureWidth(
Cell
cell)
1026
void UpdateKnownMeasureHeight(
Cell
cell)
1042
void DetermineCellMeasureWidth(
Cell
cell)
1056
void DetermineCellMeasureHeight(
Cell
cell)
1070
bool TreatCellWidthAsAuto(
Cell
cell)
1081
bool TreatCellHeightAsAuto(
Cell
cell)