2 writes to ContainerView
Microsoft.Maui (2)
Platform\iOS\KeyboardAutoManagerScroll.cs (2)
128 ContainerView = View.GetContainerView(); 941 ContainerView = null;
35 references to ContainerView
Microsoft.Maui (35)
Platform\iOS\KeyboardAutoManagerScroll.cs (35)
144 if (localCursor is CGRect local && ContainerView is not null) 146 var cursorInContainer = ContainerView.ConvertRectFromView(local, View); 147 var cursorInWindow = ContainerView.ConvertRectToView(cursorInContainer, null); 331 if (ContainerView is null 333 || !View.IsDescendantOfView(ContainerView)) 341 TopViewBeginOrigin = new CGPoint(ContainerView.Frame.X, ContainerView.Frame.Y); 344 var rootViewOrigin = new CGPoint(ContainerView.Frame.GetMinX(), ContainerView.Frame.GetMinY()); 345 var window = ContainerView.Window; 379 var topLayoutGuide = Math.Max(navigationBarAreaHeight, ContainerView.LayoutMargins.Top); 392 var viewRectInContainer = ContainerView.ConvertRectFromView(View.Frame, View.Superview); 393 var viewRectInWindow = ContainerView.ConvertRectToView(viewRectInContainer, null); 405 if (ContainerView.Superview is UIView v) 425 var superScrollInContainer = ContainerView.ConvertRectFromView(superScrollView.Frame, superScrollView.Superview); 426 superScrollViewRect = ContainerView.ConvertRectToView(superScrollInContainer, null); 558 var previousCellRectInRootSuperview = tableView.ConvertRectToView(previousCellRect, ContainerView.Superview); 577 var previousCellRectInRootSuperview = collectionView.ConvertRectToView(previousCellRect, ContainerView.Superview); 711 if (ContainerView.Frame.X != rootViewOrigin.X || ContainerView.Frame.Y != rootViewOrigin.Y) 714 var rect = ContainerView.Frame; 733 if (ContainerView.Frame.X != rootViewOrigin.X || ContainerView.Frame.Y != rootViewOrigin.Y) 735 var rect = ContainerView.Frame; 778 if (ContainerView is not null) 780 ContainerView.Frame = rect; 787 if (scrolledView is null || lastScrollView is null || ContainerView is null) 792 var frameInContainer = ContainerView.ConvertRectFromView(scrolledView.Frame, scrolledView.Superview); 793 var frameInWindow = ContainerView.ConvertRectToView(frameInContainer, null); 861 if (ContainerView is null) 866 var window = ContainerView.Window; 918 if (ContainerView is not null 919 && (ContainerView.Frame.X != TopViewBeginOrigin.X || ContainerView.Frame.Y != TopViewBeginOrigin.Y) 922 var rect = ContainerView.Frame;