1 write to _view
Microsoft.Maui.Controls (1)
Cells\ViewCell.cs (1)
30 _view = value;
8 references to _view
Microsoft.Maui.Controls (8)
Cells\ViewCell.cs (8)
16 get { return _view; } 19 if (_view == value) 24 if (_view != null) 26 RemoveLogicalChild(_view); 27 _view.ComputedConstraint = LayoutConstraint.None; 32 if (_view != null) 34 _view.ComputedConstraint = LayoutConstraint.Fixed; 35 AddLogicalChild(_view);