25 references to Last
Microsoft.Maui.Controls (23)
BindingExpression.cs (1)
478 var weakElement = _ancestryChain.Last();
Handlers\Items\iOS\ItemsViewDelegator.cs (1)
129 lastVisibleItemIndex = indexPathsForVisibleItems.Last();
Handlers\Items2\iOS\ItemsViewDelegator2.cs (1)
129 lastVisibleItemIndex = indexPathsForVisibleItems.Last();
LegacyLayouts\Layout.cs (1)
307 if (!InternalChildren.Contains(view) || InternalChildren.Last() == view)
NavigationModel.cs (13)
19 return _navTree.Last().Last(); 31 return _navTree.Last()[0]; 70 List<Page> currentStack = _navTree.Last(); 89 Page result = stack.Last(); 105 Page modal = _navTree.Last()[0]; 107 _navTree.Remove(_navTree.Last()); 132 itemToRemove = _navTree[0].Last(); 138 itemToRemove = _navTree.Last().Last(); 139 _navTree.Last().Remove(itemToRemove); 140 if (_navTree.Last().Count == 0) 214 List<Page> currentStack = _navTree.Last();
NavigationPage\NavigationPage.Legacy.cs (3)
26 var page = (Page)InternalChildren.Last(); 46 if (InternalChildren.Last() == page) 67 CurrentPage = (Page)InternalChildren.Last();
NavigationProxy.cs (1)
206 Page root = _pushStack.Value.Last();
Shell\ShellSection.cs (1)
764 stack.Remove(stack.Last());
TypedBinding.cs (1)
373 var weakElement = _ancestryChain.Last();
Microsoft.Maui.Controls.Compatibility (2)
iOS\CollectionView\ItemsViewDelegator.cs (1)
131 lastVisibleItemIndex = indexPathsForVisibleItems.Last();
iOS\Platform.cs (1)
126 var modal = _modals.Last();