3 writes to LastScrollView
Microsoft.Maui (3)
Platform\iOS\KeyboardAutoManagerScroll.cs (3)
199 LastScrollView = null; 504 LastScrollView = null; 510 LastScrollView = superScrollView;
21 references to LastScrollView
Microsoft.Maui (21)
Platform\iOS\KeyboardAutoManagerScroll.cs (21)
187 if (LastScrollView is not null) 233 if (LastScrollView is not null && LastScrollView.ContentInset != StartingContentInsets) 235 LastScrollView.ContentInset = StartingContentInsets; 236 LastScrollView.ScrollIndicatorInsets = StartingScrollIndicatorInsets; 239 var superScrollView = LastScrollView; 479 if (LastScrollView is not null) 484 if (LastScrollView.ContentInset != StartingContentInsets) 489 if (!LastScrollView.ContentOffset.Equals(StartingContentOffset)) 493 LastScrollView.SetContentOffset(StartingContentOffset, UIView.AnimationsEnabled); 497 LastScrollView.ContentOffset = StartingContentOffset; 519 if (LastScrollView is not null) 522 superScrollView = LastScrollView; 689 ApplyContentInset(superScrollView, LastScrollView, false, false); 698 ApplyContentInset(ScrolledView, LastScrollView, true, false); 722 if (LastScrollView is not null) 724 ApplyContentInset(LastScrollView, LastScrollView, false, false); 769 if (LastScrollView is not null) 771 LastScrollView.ContentInset = StartingContentInsets; 772 LastScrollView.ScrollIndicatorInsets = StartingScrollIndicatorInsets;