4 writes to _childrenInSolveOrder
Microsoft.Maui.Controls (4)
LegacyLayouts\RelativeLayout.cs (4)
95
_childrenInSolveOrder
= result;
114
_childrenInSolveOrder
= null; // New constraints may have impact on solve order
192
_childrenInSolveOrder
= null;
198
_childrenInSolveOrder
= null;
3 references to _childrenInSolveOrder
Microsoft.Maui.Controls (3)
LegacyLayouts\RelativeLayout.cs (3)
66
if (
_childrenInSolveOrder
!= null)
67
return
_childrenInSolveOrder
;
96
return
_childrenInSolveOrder
;