13 references to GetFlexItem
Microsoft.Maui.Controls (13)
LegacyLayouts\FlexLayout.cs (13)
154 GetFlexItem(bindable).Order = (int)newValue; 162 GetFlexItem(bindable).Grow = (float)newValue; 170 GetFlexItem(bindable).Shrink = (float)newValue; 178 GetFlexItem(bindable).AlignSelf = (Flex.AlignSelf)(FlexAlignSelf)newValue; 186 GetFlexItem(bindable).Basis = ((FlexBasis)newValue).ToFlexBasis(); 355 var item = GetFlexItem(view); 365 var item = (sender as FlexLayout)?._root ?? GetFlexItem((BindableObject)sender); 376 var item = (sender as FlexLayout)?._root ?? GetFlexItem((BindableObject)sender); 390 var item = (sender as FlexLayout)?._root ?? GetFlexItem((BindableObject)sender); 404 var item = (sender as FlexLayout)?._root ?? GetFlexItem((BindableObject)sender); 423 var frame = GetFlexItem(child).GetFrame(); 451 if (GetFlexItem(child) is Flex.Item item) 476 if (GetFlexItem(child) is Flex.Item item)