1 write to wrap
Microsoft.Maui (1)
Layouts\Flex.cs (1)
1022 wrap = item.Wrap != Wrap.NoWrap;
7 references to wrap
Microsoft.Maui (7)
Layouts\Flex.cs (7)
497 if (layout.wrap) 537 if (layout.wrap) 765 if (layout.wrap && layout.reverse2) 856 if (layout.wrap && !layout.reverse2) 946 line_dim = wrap ? 0 : align_dim; 1023 if (wrap) 1036 need_lines = wrap && item.AlignContent != AlignContent.Start;