1 write to _effectiveFlowDirection
Microsoft.Maui.Controls (1)
Cells\Cell.cs (1)
44 _effectiveFlowDirection = value;
2 references to _effectiveFlowDirection
Microsoft.Maui.Controls (2)
Cells\Cell.cs (2)
38 get { return _effectiveFlowDirection; } 41 if (value == _effectiveFlowDirection)