4 references to Item
Microsoft.Maui.Controls (4)
Layout\FlexLayout.cs (2)
494 var item = (child as FlexLayout)?._root ?? new Flex.Item(); 607 InitLayoutProperties(_root = new Flex.Item());
LegacyLayouts\FlexLayout.cs (2)
266 InitLayoutProperties(_root = new Flex.Item()); 305 var item = (view as FlexLayout)?._root ?? new Flex.Item();